diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-06 01:47:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-06 01:47:41 +0800 |
commit | cc78967fb896019100e951550df244429e41ca78 (patch) | |
tree | 3534dcf163ff238cd29696645fd2e9ce6fa4555a | |
parent | 802b0a8393044c9d8773b3632a599aea37194162 (diff) | |
download | gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar.gz gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar.bz2 gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar.lz gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar.xz gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.tar.zst gsoc2013-empathy-cc78967fb896019100e951550df244429e41ca78.zip |
call-factory: set Call1 capabilities
-rw-r--r-- | src/empathy-call-factory.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 4ff8ebe51..434bd8198 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -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 * |