mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
629f6e76a9
Chat states may be set using: msg['chat_state'].active() msg['chat_state'].composing() msg['chat_state'].gone() msg['chat_state'].inactive() msg['chat_state'].paused() Checking a chat state can be done with either: msg['chat_state'].getState() msg['chat_state'].name When a message with a chat state is receieved, the following events may occur: chatstate_active chatstate_composing chatstate_gone chatstate_inactive chatstate_paused where the event data is the message stanza. Note that currently these events are also triggered for messages sent by SleekXMPP, not just those received. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
gmail_notify.py | ||
stanza_pubsub.py | ||
xep_0004.py | ||
xep_0009.py | ||
xep_0030.py | ||
xep_0045.py | ||
xep_0050.py | ||
xep_0060.py | ||
xep_0078.py | ||
xep_0085.py | ||
xep_0086.py | ||
xep_0092.py | ||
xep_0199.py |