]> git.0d.be Git - empathy.git/commitdiff
Add basic media-signalling capabilities
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 29 Aug 2009 16:33:46 +0000 (17:33 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 30 Aug 2009 16:28:46 +0000 (17:28 +0100)
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

index 3d4b3853b2ee656df593b853fc2672dd5be3d477..84bdfdd9c88a4050a3bfbdb417713067cc08de90 100644 (file)
@@ -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;