summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060
AgeCommit message (Expand)Author
2013-08-30Fix pubsub owner subscriptions stanzaLance Stout
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2012-07-28Add support for XEP-0131: Standard Headers and Internet MetadataLance Stout
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-03-16Re-add support for special case of 'presence' expiry value.Lance Stout
2012-03-16Update subscription event expiry value to use time objects.Lance Stout
2012-03-16Add events for configuration and subscription notifications.Lance Stout
2012-03-12Move XEP-0060 to new system.Lance Stout
2012-03-10Add support for pubsub notification events.Lance Stout
2012-03-10Correct missing pubsub#event stanzas and interfaces.Lance Stout
2011-12-20Add comma to fix pubsub error conditions.Lance Stout
2011-10-11Update the docs for XEP-0060 publish method.Lance Stout
2011-09-02Make get_node_config block by default.Lance Stout
2011-09-01Mark pubsub state stanzas as non-standard.Lance Stout
2011-09-01More stanza cleanup for pubsub.Lance Stout
2011-09-01Some more minor cleanup.Lance Stout
2011-09-01Clean up pubsub#event stanzas.Lance Stout
2011-09-01Clean up pubsub#owner stanzas.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-01Owners can modify subscriptions/affiliations. With tests.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 pubsub subscription options.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-31Add test for purging a pubsub node.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-31More pubsub unit tests!Lance Stout
2011-08-31Fix pubsub get_items.Lance Stout
2011-08-31Fix requesting pubsub node configuration, and add tests.Lance Stout
2011-08-31Added pubsub error stanza.Lance Stout
2011-08-30Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2011-08-30fixed form accessors in pubsub stanzasNathan Fritz
2011-08-30Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2011-08-30fixed test further... but now I have an out of order problemNathan Fritz
2011-08-30Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2011-08-30Merge branch 'develop' of github.com:fritzy/SleekXMPP into developNathan Fritz
2011-08-30added publish-options elementNathan Fritz
2011-08-30Get/set pubsub subscription options.Lance Stout
2011-08-30Test and fix XEP-0060 delete_node()Lance Stout
2011-08-30Fix typoLance Stout
2011-08-29Finish up all major actions in the current XEP-0060.Lance Stout
2011-08-29Stub out missing functionality for pubsubLance Stout
2011-08-26The ifrom parameter doesn't need special treatment.Lance Stout
2011-08-26Add docs + extended Iq send arguments to pubsub methods.Lance Stout