Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-31 | Merge branch 'xep_0085' into develop | Lance stout | |
2010-05-31 | Added implementation and tests for XEP-0085 - Chat State Notifications. | Lance stout | |
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. | |||
2010-05-31 | Added unit tests for the new XEP-0030 stanza objects. All pass. | Lance Stout | |
(cherry picked from commit e1b814f27bf160f20bb30c315ca30769d217482d) | |||
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz | |
2010-05-26 | fixed dns unicode problem | Nathan Fritz | |
2010-05-20 | added test_events and testing new del_event_handler | Nathan Fritz | |
2010-05-12 | added test for unsolicided unavailable presence and fixed bug to make it pass | Nathan Fritz | |
2010-04-22 | forgot to add file required to pass testall.py | Nathan Fritz | |
2010-04-21 | added pubsub#event stanzas, multi-subtypes iterable stanzas, pubsub#event ↵ | Nathan Fritz | |
test coverage | |||
2010-04-19 | added pubsub tests and fixed match on iterator error | Nathan Fritz | |
2010-04-14 | adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner ↵ | Nathan Fritz | |
stanzas | |||
2010-04-07 | fixed html-im stanza plugin | Nathan Fritz | |
2010-04-07 | added missing docstrings to tests and added deprecated warning to ↵ | Nathan Fritz | |
basexmpp.send when using xml mask waiting | |||
2010-03-26 | added memleak test and attempted to fix presence leak | Nathan Fritz | |
2010-01-29 | added separate tostring files | Nathan Fritz | |
2010-01-15 | xep 30 and 50 always reply from jid iq sent to | Nathan Fritz | |
2010-01-13 | Completed basic test coverage of xmlns http://jabber.org/protocol/pubsub stanzas | Nathan Fritz | |
2010-01-08 | * tests need module file | Nathan Fritz | |
2010-01-08 | * added tests | Nathan Fritz | |
2010-01-08 | * fixed stanza.keys() | Nathan Fritz | |
2010-01-08 | * added first stanza tests | Nathan Fritz | |
* added stanza.keys() * stanza.getValues() now return substanzas and plugins * stanza.setValues() now can read substanzas and plugins * stanzas can now be iterable if stanza.subitem is set to a class |