mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +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 | ||
test_chatstates.py | ||
test_events.py | ||
test_messagestanzas.py | ||
test_presencestanzas.py | ||
test_pubsubstanzas.py | ||
xmlcompare.py |