handle roster set only for our account!
This commit is contained in:
parent
ea90b2ba45
commit
a067cf552a
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue