summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/stanza_pubsub.py
AgeCommit message (Collapse)Author
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
* added stanza.keys() * stanza.getValues() now return substanzas and plugins * stanza.setValues() now can read substanzas and plugins * stanzas can now be iterable if stanza.subitem is set to a class
2010-01-07* pubsub#owner and pubsub namespace stanzas writtenNathan Fritz
2010-01-05* major stanza improvementsNathan Fritz
* raise XMPPError in handler to reply with error stanza * started work on pubsub stanzas