[Telepathy-commits] [telepathy-gabble/master] add Activity and Buddy iface to the connection object

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:11 PDT 2008


20080522133351-7fe3f-136e4a004f482d9f31b606eeb438b175c4d88915.gz
---
 src/connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index b350d65..b9c9e95 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -2041,7 +2041,8 @@ connection_disco_cb (GabbleDisco *disco,
   if (conn->features && GABBLE_CONNECTION_FEATURES_PEP)
     {
       const gchar *ifaces[] = { GABBLE_IFACE_OLPC_BUDDY_INFO,
-          GABBLE_IFACE_OLPC_ACTIVITY_PROPERTIES, NULL };
+          GABBLE_IFACE_OLPC_ACTIVITY_PROPERTIES, GABBLE_IFACE_OLPC_BUDDY,
+          GABBLE_IFACE_OLPC_ACTIVITY, NULL };
 
       tp_base_connection_add_interfaces ((TpBaseConnection *) conn, ifaces);
     }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list