From c7ec6a72cda41c7dbbdd4193d795b5dd8df4843f Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 24 Aug 2012 11:47:21 -0700 Subject: Add catch-all chatstate event. --- sleekxmpp/plugins/xep_0085/chat_states.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins') diff --git a/sleekxmpp/plugins/xep_0085/chat_states.py b/sleekxmpp/plugins/xep_0085/chat_states.py index 17e19d35..17f82afd 100644 --- a/sleekxmpp/plugins/xep_0085/chat_states.py +++ b/sleekxmpp/plugins/xep_0085/chat_states.py @@ -52,4 +52,5 @@ class XEP_0085(BasePlugin): def _handle_chat_state(self, msg): state = msg['chat_state'] log.debug("Chat State: %s, %s", state, msg['from'].jid) + self.xmpp.event('chatstate', msg) self.xmpp.event('chatstate_%s' % state, msg) -- cgit v1.2.3