[Telepathy-commits] [telepathy-gabble/master] muc-channel: remove the gadget check as it's done in muc-factory now
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Oct 24 06:02:07 PDT 2008
---
src/muc-channel.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 12b6b2f..ed58b3b 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -1848,15 +1848,6 @@ _gabble_muc_channel_member_presence_updated (GabbleMucChannel *chan,
affil = lm_message_node_get_attribute (item_node, "affiliation");
owner_jid = lm_message_node_get_attribute (item_node, "jid");
- /* We special case OLPC Gadget as activities doesn't have to see it as
- * a member of the room. */
- if (owner_jid != NULL &&
- !tp_strdiff (owner_jid, priv->conn->olpc_gadget_activity))
- {
- DEBUG ("Don't add Gadget's inspector as member");
- return;
- }
-
/* update channel members according to presence */
set = tp_intset_new ();
tp_intset_add (set, handle);
--
1.5.6.5
More information about the Telepathy-commits
mailing list