summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/stanza_pubsub.py
AgeCommit message (Expand)Author
2010-10-14fixed socket name collision in xmlstream.py and fixed python 3.x compatibilityNathan Fritz
2010-08-22fixed a but in stanza_pubsubfritzy
2010-08-21added form compatibility with old api, stanzas now bool() to True on 2.x, jid...fritzy
2010-07-20Updated pubsub stanzas to use xep_0004 stanza objects, and updated tests to m...Lance Stout
2010-07-19Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi...Lance Stout
2010-05-31Scheduler waits too longer, and pubsubstate registration was backwardsNathan Fritz
2010-05-27added pubsub state stanzas and scheduled eventsNathan Fritz
2010-05-24updated README, index fix for componentNathan Fritz
2010-04-22bugfixes and continuing to work on pubsub testsNathan Fritz
2010-04-21added pubsub#event stanzas, multi-subtypes iterable stanzas, pubsub#event tes...Nathan Fritz
2010-04-20started work on pubsub#event stanzasNathan Fritz
2010-04-19added pubsub tests and fixed match on iterator errorNathan Fritz
2010-04-14adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner sta...Nathan Fritz
2010-04-13bugfix for .disconnect() hangingNathan Fritz
2010-01-15xep 30 and 50 always reply from jid iq sent toNathan Fritz
2010-01-13Completed basic test coverage of xmlns http://jabber.org/protocol/pubsub stanzasNathan Fritz
2010-01-08* added first stanza testsNathan Fritz
2010-01-07* pubsub#owner and pubsub namespace stanzas writtenNathan Fritz
2010-01-05* major stanza improvementsNathan Fritz