Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | Move XEP-0085 to the new system. | Lance Stout | |
Optimized handlers so that only one is needed. | |||
2011-02-24 | Updated the XEP-0085 plugin. | Lance Stout | |
Can now be used as so: >>> msg['chat_state'] '' >>> msg <message /> >>> msg['chat_state'] = 'paused' >>> msg <message> <paused xmlns="http://jabber.org/protocol/chatstates" /> </message> >>> msg['chat_state'] 'paused' >>> del msg['chat_state'] >>> msg <message /> |