1
0
Fork 0
mirror of https://github.com/correl/SleekXMPP.git synced 2025-03-25 21:05:07 -09:00

Merge branch 'develop' into roster

Conflicts:
	sleekxmpp/basexmpp.py
This commit is contained in:
Lance Stout 2011-06-14 14:24:25 -07:00
commit a3597d6deb

View file

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