From a067cf552aa02a62540dc59398ff590f835d50a4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 24 Aug 2010 08:26:17 +0200 Subject: [PATCH] handle roster set only for our account! --- src/common/connection_handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index a204e79f2..8c7f147ef 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1242,6 +1242,8 @@ ConnectionJingle, ConnectionIBBytestream): raise common.xmpp.NodeProcessed def _nec_roster_set_received(self, obj): + if obj.conn.name != self.name: + return for jid in obj.items: item = obj.items[jid] gajim.nec.push_incoming_event(RosterInfoEvent(None, conn=self,