mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Merge branch 'develop' into roster
Conflicts: sleekxmpp/basexmpp.py
This commit is contained in:
commit
a3597d6deb
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ class BaseXMPP(XMLStream):
|
|||
elif not presence['type'] in ('available', 'unavailable') and \
|
||||
not presence['type'] in presence.showtypes:
|
||||
return
|
||||
|
||||
self.event("changed_status", presence)
|
||||
|
||||
# Restore the old, lowercased name for backwards compatibility.
|
||||
|
|
Loading…
Reference in a new issue