]> git.0d.be Git - empathy.git/commitdiff
'ice-udp' capability is now 'ice' in Call1
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Mar 2012 17:50:24 +0000 (18:50 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Mar 2012 17:50:24 +0000 (18:50 +0100)
data/Empathy.Call.client
src/empathy-call-factory.c

index 95d90c8adfe826969b30f2df49077fcd33db46fb..b24cd8d71a8193f0c077b89de3492cb01375aa22 100644 (file)
@@ -18,6 +18,6 @@ org.freedesktop.Telepathy.Channel.Type.Call1.InitialVideo b=true
 [org.freedesktop.Telepathy.Client.Handler.Capabilities]
 org.freedesktop.Telepathy.Channel.Type.Call1/audio=true
 org.freedesktop.Telepathy.Channel.Type.Call1/video=true
-org.freedesktop.Telepathy.Channel.Type.Call1/ice-udp=true
+org.freedesktop.Telepathy.Channel.Type.Call1/ice=true
 org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p=true
 org.freedesktop.Telepathy.Channel.Type.Call1/video/h264=true
index 1722b869772e16a73d4c019f8c1b66c7c33940cf..8ae66812f9f877edc5224dc70a144654d31409d2 100644 (file)
@@ -105,7 +105,7 @@ empathy_call_factory_init (EmpathyCallFactory *obj)
   tp_base_client_add_handler_capabilities_varargs (client,
       "org.freedesktop.Telepathy.Channel.Type.Call1/audio",
       "org.freedesktop.Telepathy.Channel.Type.Call1/video",
-      "org.freedesktop.Telepathy.Channel.Type.Call1/ice-udp",
+      "org.freedesktop.Telepathy.Channel.Type.Call1/ice",
       "org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p",
       "org.freedesktop.Telepathy.Channel.Type.Call1/video/h264",
       NULL);