fix presence event handling. Fixes #5936
This commit is contained in:
parent
dc26f29db3
commit
04f6c68244
|
@ -1747,6 +1747,8 @@ ConnectionJingle, ConnectionIBBytestream):
|
|||
|
||||
def _nec_presence_received(self, obj):
|
||||
account = obj.conn.name
|
||||
if account != self.name:
|
||||
return
|
||||
jid = obj.jid
|
||||
resource = obj.resource or ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue