fix presence event handling. Fixes #5936
This commit is contained in:
parent
dc26f29db3
commit
04f6c68244
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue