summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins
AgeCommit message (Expand)Author
2010-07-14fixed indentation errorsleek-0.9-conn-fixes30.9-conn-fixes3Tom Nichols
2010-07-14moved parsing logic into TimeElement to aid reuseThom Nichols
2010-07-13XEP-0202 Entity Time plugin and fix for unused 'sid' parameter in StanzaBase.Tom Nichols
2010-07-09removed ClientXMPP.server in favor of ClientXMPP.domainTom Nichols
2010-07-07removed unused and redundant 'makeIq...' methods from basexmpp; cleaned up th...Tom Nichols
2010-07-02xep_0047 initial module checkinBrian Beggs
2010-06-01included jobs pluginNathan Fritz
2010-06-01Scheduler waits too longer, and pubsubstate registration was backwardsNathan Fritz
2010-06-01Touched up the style of creating an Iq stanza.Lance stout
2010-06-01Updated the XEP-0030 plugin to work with stanza objects instead of manipulati...Lance Stout
2010-06-01added pubsub state stanzas and scheduled eventsNathan Fritz
2010-06-01plugins now are checked for post_init having ran when process() is calledNathan Fritz
2010-06-01Fixed error registering a plugin. To add a feature to another plugin, it shou...Hernan E Grecco
2010-06-01updated README, index fix for componentNathan Fritz
2010-05-14fixed a rather large memory leakNathan Fritz
2010-05-11refactored presence tracking and fixed jidInRoomNathan Fritz
2010-04-23pubsub test workNathan 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-04-07replaced usage of deprecated iq result on send. Fixed old send result to use ...Nathan Fritz
2010-03-26fixed bug #7 -- muc roster leakNathan Fritz
2010-03-04added muc functionalityNathan Fritz
2010-02-15got rid of stupid iq set/get/error/result methodsNathan Fritz
2010-01-29fixed setup.py issue with unicode in 3.xNathan Fritz
2010-01-20unhandled iq's should only respond to errors when type=get/setNathan 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* fix to xep 78Nathan 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
2009-12-17* fixed many stanza bugsNathan Fritz
2009-10-29* fixed bugs with XEP 50 for componentsNathan Fritz
2009-10-27* fixed bug with setting boolean values in formsNathan Fritz
2009-10-19x:data form improvementsNathan Fritz
2009-10-19* fixesNathan Fritz
2009-10-19* added form updateNathan Fritz
2009-10-19* added form mergingNathan Fritz
2009-10-05* fixed type-oNathan Fritz
2009-10-05removed apply()s from xep 50Nathan Fritz
2009-09-25bugfixesNathan Fritz
2009-09-01* gmail plugin now works in python3Nathan Fritz
2009-09-01* fixed some python3 transition bugsNathan Fritz
2009-08-31* converted sleekxmpp to Python 3.xNathan Fritz
2009-07-11Fixed typo.Remko Tronçon
2009-06-16* bugfixesNathan Fritz