From 680835fafa4de1ad3eafab65a8a8ea333a1f9b3f Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Fri, 20 Feb 2015 23:44:54 +0100 Subject: [PATCH] Unignore MUC messages --- src/muc-channel.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/muc-channel.c b/src/muc-channel.c index a19a7d0..8d92bbe 100644 --- a/src/muc-channel.c +++ b/src/muc-channel.c @@ -2424,18 +2424,6 @@ _gabble_muc_channel_receive (GabbleMucChannel *chan, * mutually exclusive. */ - /* Ignore messages from the channel. The only such messages I have seen in - * practice have been on devel@conference.pidgin.im, which sends useful - * messages like "foo has set the subject to: ..." and "This room is not - * anonymous". - */ - if (!is_echo && !is_error && sender_handle_type == TP_HANDLE_TYPE_ROOM) - { - NODE_DEBUG (msg->node, "ignoring message from muc"); - - return; - } - message = tp_message_new (base_conn, 2, 2); /* Header common to normal message and delivery-echo */ -- 2.1.4