[empathy] Add basic media-signalling capabilities



commit 533b73a6a80807838ed40245d6761691f47221ff
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sat Aug 29 17:33:46 2009 +0100

    Add basic media-signalling capabilities
    
    Add basic capabilities for media-signalling so future CM's will still advertise
    support for them. Currently we announce:
      org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp
      org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p
    
    Fixes #593041

 src/empathy.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 3d4b385..84bdfdd 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -584,7 +584,10 @@ setup_dispatcher (void)
     /* roomlists */
     { TP_IFACE_CHANNEL_TYPE_ROOM_LIST, TP_HANDLE_TYPE_NONE },
   };
-  GStrv capabilities = { NULL };
+  gchar *capabilities[] = {
+    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp",
+    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p",
+    NULL };
   GHashTable *asv;
   int i;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]