summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-15fixed updateRoster and delRosterItemNathan Fritz
2010-06-02added very, very, very basic atom stanzaNathan Fritz
2010-06-01Merge branch 'develop' of github.com:fritzy/SleekXMPP into developNathan Fritz
2010-06-01hack fix for session before bindNathan Fritz
2010-06-01if binding and session are advertised in the same go, do session firstNathan Fritz
2010-05-31included jobs pluginNathan Fritz
2010-05-31Scheduler waits too longer, and pubsubstate registration was backwardsNathan Fritz
2010-05-31Added missing 'internal-server-error' condition to error stanza interface.Lance stout
2010-05-31Touched up the style of creating an Iq stanza.Lance stout
2010-05-31Added 'resource-constraint' to the list of error conditions.Lance stout
2010-05-31Added unit tests for the new XEP-0030 stanza objects. All pass.Lance Stout
2010-05-31Updated the XEP-0030 plugin to work with stanza objects instead of manipulati...Lance Stout
2010-05-28control-c fixesNathan Fritz
2010-05-27added pubsubjobs testNathan Fritz
2010-05-27added pubsub state stanzas and scheduled eventsNathan Fritz
2010-05-26adding schedulerNathan Fritz
2010-05-26added muc room to readmeNathan Fritz
2010-05-26fixed dns unicode problemNathan Fritz
2010-05-26plugins now are checked for post_init having ran when process() is calledNathan Fritz
2010-05-26Changed example.py to register first Xep_0030.Hernan E Grecco
2010-05-26Fixed error registering a plugin. To add a feature to another plugin, it shou...Hernan E Grecco
2010-05-24Merge branch 'master' of git@github.com:fritzy/SleekXMPPNathan Fritz
2010-05-24updated README, index fix for componentNathan Fritz
2010-05-25Added a flag to registerPlugin to control calling the plugin's post_init method.Lance Stout
2010-05-25Modified the return values for several methods so that they can be chained.Lance Stout
2010-05-25Added the error attribute 'code' to the Error object interface.Lance Stout
2010-05-24added plugin indexing to componentsNathan Fritz
2010-05-20added test_events and testing new del_event_handlerNathan Fritz
2010-05-21Added del_event_handler to remove handler functions for a given event.Lance Stout
2010-05-12added test for unsolicided unavailable presence and fixed bug to make it passNathan Fritz
2010-05-12fixed a rather large memory leakNathan Fritz
2010-05-11refactored presence tracking and fixed jidInRoomNathan Fritz
2010-05-11Merge branch 'master' of git@github.com:fritzy/SleekXMPPNathan Fritz
2010-05-11use pubsub settingsNathan Fritz
2010-04-30added collection testsNathan Fritz
2010-04-23pubsub test workNathan Fritz
2010-04-22forgot to add file required to pass testall.pyNathan 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-18changed_status event now happens with got_offline/got_online eventsNathan Fritz
2010-04-14initial add of pubsub server interaction testsNathan 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-13bugfix for .disconnect() hangingNathan Fritz
2010-04-08fixed presence stanza. priority can be set.Matthias Rieber
2010-04-07fixed html-im stanza pluginNathan Fritz
2010-04-07added missing docstrings to tests and added deprecated warning to basexmpp.se...Nathan Fritz
2010-04-07replaced usage of deprecated iq result on send. Fixed old send result to use ...Nathan Fritz