diff options
-rw-r--r-- | data/Empathy.Call.client | 2 | ||||
-rw-r--r-- | src/empathy-call-factory.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/Empathy.Call.client b/data/Empathy.Call.client index 95d90c8ad..b24cd8d71 100644 --- a/data/Empathy.Call.client +++ b/data/Empathy.Call.client @@ -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 diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 1722b8697..8ae66812f 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -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); |