[Telepathy-commits] [telepathy-gabble/master] Fix Bug 15095 by allowing a MUC presence stanza to be catched by the GabblePresenceCache callback

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:51:49 PDT 2008


20080425163618-a41c0-1f7775a39c9344f03098f856afe67c9ead5dcdef.gz
---
 src/muc-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/muc-factory.c b/src/muc-factory.c
index de50f90..19ccef9 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -893,7 +893,7 @@ muc_factory_presence_cb (LmMessageHandler *handler,
           if (tubes_node == NULL)
             /* presence doesn't contain tubes information, no need
              * to create a tubes channel */
-            return LM_HANDLER_RESULT_REMOVE_MESSAGE;
+            return LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS;
 
           tubes_chan = new_tubes_channel (fac, room_handle, muc_chan);
           tp_channel_factory_iface_emit_new_channel (fac,
-- 
1.5.6.3




More information about the Telepathy-commits mailing list