aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-06 01:50:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-06 01:50:24 +0800
commit1b141efdf1f662cb87a733afe402b1b3efaf07d6 (patch)
tree541eab0c911383f6cba38a8fe8ecf99761521fe4 /src
parent2974d41801a79040d172ff165ee4ad7894bcec09 (diff)
downloadgsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.gz
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.bz2
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.lz
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.xz
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.zst
gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.zip
'ice-udp' capability is now 'ice' in Call1
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-factory.c2
1 files changed, 1 insertions, 1 deletions
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);