summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060/stanza/pubsub.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2011-09-01Mark pubsub state stanzas as non-standard.Lance Stout
2011-09-01Some more minor cleanup.Lance Stout
2011-09-01Add support for notify attribute when retracting an item.Lance Stout
2011-09-01Add ability to get global/node default subscription options.Lance Stout
2011-09-01Clean up pubsub stanzas.Lance Stout
2011-09-01Users can retrieve their affiliations now, with tests.Lance Stout
2011-09-01Add ability for a user to get retrieve subscriptions, with tests.Lance Stout
2011-09-01Add tests for retrieving pubsub items.Lance Stout
2011-08-31XEP-0060 v1.13 dictates publishing/retracting one item at a time.Lance Stout
2011-08-31Retract stanzas are behaving oddly when using stanza values.Lance Stout
2011-08-31Test publishng an item with options.Lance Stout
2011-08-31Test publishing a single item.Lance Stout
2011-08-30fixed form accessors in pubsub stanzasNathan Fritz
2011-08-30fixed test further... but now I have an out of order problemNathan Fritz
2011-08-30added publish-options elementNathan Fritz
2011-08-29Finish up all major actions in the current XEP-0060.Lance Stout
2011-08-12fixed indenting and merged in exceptions branchNathan Fritz
2011-08-12updated pubsub plugin to use stanzasNathan Fritz
2011-08-04Fix imports for xep_0060Lance Stout
2011-08-03the great xep_0060 re-organization in preperation for rewriteNathan Fritz