[empathy] call-factory: set Call1 capabilities
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] call-factory: set Call1 capabilities
- Date: Mon, 5 Mar 2012 17:53:10 +0000 (UTC)
commit cc78967fb896019100e951550df244429e41ca78
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Mar 5 18:47:41 2012 +0100
call-factory: set Call1 capabilities
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 4ff8ebe..434bd81 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 *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]