Move XEP-0085 to the new system.
Optimized handlers so that only one is needed.
This commit is contained in:
@@ -38,6 +38,7 @@ class ChatState(ElementBase):
|
||||
namespace = 'http://jabber.org/protocol/chatstates'
|
||||
plugin_attrib = 'chat_state'
|
||||
interfaces = set(('chat_state',))
|
||||
sub_interfaces = interfaces
|
||||
is_extension = True
|
||||
|
||||
states = set(('active', 'composing', 'gone', 'inactive', 'paused'))
|
||||
|
||||
Reference in New Issue
Block a user