[Telepathy-commits] [telepathy-gabble/master] muc-factory: add dbus tube channel to requestable channel classes

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Feb 3 08:13:23 PST 2009


---
 src/muc-factory.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/muc-factory.c b/src/muc-factory.c
index 49a7e20..4b43f35 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -44,6 +44,7 @@
 #include "namespaces.h"
 #include "presence-cache.h"
 #include "tubes-channel.h"
+#include "tube-dbus.h"
 #include "tube-stream.h"
 #include "util.h"
 
@@ -1385,6 +1386,12 @@ gabble_muc_factory_foreach_channel_class (TpChannelManager *manager,
   func (manager, table, gabble_tube_stream_channel_allowed_properties,
       user_data);
 
+  /* Muc Channel.Type.DBusTube */
+  g_value_set_static_string (channel_type_value,
+      GABBLE_IFACE_CHANNEL_TYPE_DBUS_TUBE);
+  func (manager, table, gabble_tube_dbus_channel_allowed_properties,
+      user_data);
+
   g_hash_table_destroy (table);
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list