handle roster set only for our account!

This commit is contained in:
Yann Leboulanger 2010-08-24 08:26:17 +02:00
parent ea90b2ba45
commit a067cf552a
1 changed files with 2 additions and 0 deletions

View File

@ -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,