Fix changed_status event
Once again only fires when a resource's presence show value changes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user