[empathy] 'ice-udp' capability is now 'ice' in Call1
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] 'ice-udp' capability is now 'ice' in Call1
- Date: Mon, 5 Mar 2012 17:53:20 +0000 (UTC)
commit 1b141efdf1f662cb87a733afe402b1b3efaf07d6
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Mar 5 18:50:24 2012 +0100
'ice-udp' capability is now 'ice' in Call1
data/Empathy.Call.client | 2 +-
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 95d90c8..b24cd8d 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 1722b86..8ae6681 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]