slixmpp/sleekxmpp
Lance Stout 78a50d0237 Add support for pubsub notification events.
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
2012-03-10 00:07:56 -08:00
..
features Add support for roster versioning. 2012-03-07 14:55:27 -08:00
plugins Add support for pubsub notification events. 2012-03-10 00:07:56 -08:00
roster Add support for roster versioning. 2012-03-07 14:55:27 -08:00
stanza Add support for roster versioning. 2012-03-07 14:55:27 -08:00
test xml.etree.ElementTree raises ExpatError instead of SyntaxError or ParseError. 2012-02-19 20:27:19 -08:00
thirdparty Fix instances of using undefined variables. 2012-02-18 11:56:10 -08:00
xmlstream Modify the cert event to provide the PEM encoded cert in all cases. 2012-03-07 15:03:35 -08:00
__init__.py Clean and get setup.py working once and for all. 2011-08-24 22:09:02 -07:00
basexmpp.py Cleanup logging when loading a custom plugin. 2012-03-05 11:30:36 -08:00
clientxmpp.py Add support for roster versioning. 2012-03-07 14:55:27 -08:00
componentxmpp.py More import cleanups based on pyflakes results. 2012-02-17 14:41:31 -08:00
exceptions.py More doc updates 2011-12-05 08:55:05 -08:00
version.py Bump version number in develop branch to 1.0.1dev. 2012-01-25 20:44:41 -08:00