From 22868c3924529701dd8d86ba32a7c1752a3f6cb5 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 18 Nov 2011 13:37:57 -0800 Subject: Fix changed_status event Once again only fires when a resource's presence show value changes. --- sleekxmpp/basexmpp.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'sleekxmpp/basexmpp.py') diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py index 59a79b78..8f11eefa 100644 --- a/sleekxmpp/basexmpp.py +++ b/sleekxmpp/basexmpp.py @@ -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 -- cgit v1.2.3