]> git.0d.be Git - empathy.git/commitdiff
call-factory: set Call1 capabilities
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Mar 2012 17:47:41 +0000 (18:47 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Mar 2012 17:47:41 +0000 (18:47 +0100)
src/empathy-call-factory.c

index 4ff8ebe517ca8174ccaf7c35c05fcc78f8f544fd..434bd8198f3b2084cc2355ce06f69f80c37af044 100644 (file)
@@ -103,10 +103,10 @@ empathy_call_factory_init (EmpathyCallFactory *obj)
         NULL));
 
   tp_base_client_add_handler_capabilities_varargs (client,
-    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp",
-    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p",
-    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/video/h264",
-    NULL);
+      "org.freedesktop.Telepathy.Channel.Type.Call1/ice-udp",
+      "org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p",
+      "org.freedesktop.Telepathy.Channel.Type.Call1/video/h264",
+      NULL);
 }
 
 static GObject *