summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060/stanza/pubsub_owner.py
AgeCommit message (Collapse)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-08-30Fix pubsub owner subscriptions stanzaLance Stout
2013-02-14Resolve most Python3.3 related issues.Lance Stout
Tests now run successfully. Occasionally get single error related to duplicated payload data in pubsub items when copying stanza values.
2011-09-01Some more minor cleanup.Lance Stout
2011-09-01Clean up pubsub#owner stanzas.Lance Stout
2011-09-01Owners can modify subscriptions/affiliations. With tests.Lance Stout
94% coverage for the main pubsub plugin! (91% including stanzas)
2011-08-31Add test for purging a pubsub node.Lance Stout
2011-08-31More pubsub unit tests!Lance Stout
2011-08-31Fix 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-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