Fix changed_status event

Once again only fires when a resource's presence show value changes.
This commit is contained in:
Lance Stout
2011-11-18 13:37:57 -08:00
parent 2de1be188c
commit 22868c3924
3 changed files with 98 additions and 2 deletions

View File

@@ -778,8 +778,6 @@ class BaseXMPP(XMLStream):
not presence['type'] in presence.showtypes:
return
self.event("changed_status", presence)
def exception(self, exception):
"""
Process any uncaught exceptions, notably IqError and