Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | Add support for pubsub notification events. | Lance Stout | |
Publishes, retractions, purges, and deletions now raise the events: - pubsub_publish - pubsub_retract - pubsub_purge - pubsub_delete In addition, custom events may be raised based on the node that generated the notification. For example: xmpp['xep_0060'].map_node_event('http://jabber.org/protocol/tune', 'user_tune') will allow for using the events: - user_tune_publish - user_tune_retract - user_tune_purge - user_tune_delete | |||
2011-10-11 | Update the docs for XEP-0060 publish method. | Lance Stout | |
2011-09-02 | Make get_node_config block by default. | Lance Stout | |
2011-09-01 | Add support for notify attribute when retracting an item. | Lance Stout | |
2011-09-01 | Add ability to get global/node default subscription options. | Lance Stout | |
2011-09-01 | Owners can modify subscriptions/affiliations. With tests. | Lance Stout | |
94% coverage for the main pubsub plugin! (91% including stanzas) | |||
2011-09-01 | Users can retrieve their affiliations now, with tests. | Lance Stout | |
2011-09-01 | Add ability for a user to get retrieve subscriptions, with tests. | Lance Stout | |
2011-09-01 | Add tests for pubsub subscription options. | Lance Stout | |
2011-09-01 | Add tests for retrieving pubsub items. | Lance Stout | |
2011-08-31 | XEP-0060 v1.13 dictates publishing/retracting one item at a time. | Lance Stout | |
2011-08-31 | Retract stanzas are behaving oddly when using stanza values. | Lance Stout | |
2011-08-31 | Test publishng an item with options. | Lance Stout | |
2011-08-31 | More pubsub unit tests! | Lance Stout | |
2011-08-31 | Fix pubsub get_items. | Lance Stout | |
- item_ids checked for None - pubsub node is set | |||
2011-08-31 | Fix requesting pubsub node configuration, and add tests. | Lance Stout | |
- <default /> doesn't have a type attribute in the XEP - <configure /> isn't used anymore for requesting default configuration | |||
2011-08-30 | Get/set pubsub subscription options. | Lance Stout | |
2011-08-30 | Test and fix XEP-0060 delete_node() | Lance Stout | |
2011-08-30 | Fix typo | Lance Stout | |
2011-08-29 | Finish up all major actions in the current XEP-0060. | Lance Stout | |
Still need tests and docs. | |||
2011-08-29 | Stub out missing functionality for pubsub | Lance Stout | |
2011-08-26 | The ifrom parameter doesn't need special treatment. | Lance Stout | |
2011-08-26 | Add docs + extended Iq send arguments to pubsub methods. | Lance Stout | |
2011-08-26 | Fix typos in XEP-0060, start of docs and tests. | Lance Stout | |
2011-08-12 | fixed indenting and merged in exceptions branch | Nathan Fritz | |
2011-08-12 | updated pubsub plugin to use stanzas | Nathan Fritz | |
2011-08-03 | the great xep_0060 re-organization in preperation for rewrite | Nathan Fritz | |