summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
AgeCommit message (Expand)Author
2010-11-09Doesn't fail if host has NO SRV recordFlorent Le Coz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-25Fixed bug in presence subscription handling.Lance Stout
2010-10-24Fixed got_offline triggering bug.Lance Stout
2010-10-21presence no longer replies when exception is caught and tweaks to presence ev...Nathan Fritz
2010-10-20when disconnected, reset the rosterNathan Fritz
2010-10-17Underscore names by default.Lance Stout
2010-10-17Import plugins from string referenced modules.Lance Stout
2010-10-16Cleanup, restore PEP8.Lance Stout
2010-10-17Remove deprecation warningsFlorent Le Coz
2010-10-14deprecated jid, fulljid, server, user, resource properties and added boundjid...Nathan Fritz
2010-10-07Removed debug log statement.Lance Stout
2010-10-06Made first pass at cleaning up ClientXMPP.Lance Stout
2010-10-06Made a first pass at cleaning up ComponentXMPP.Lance Stout
2010-10-01Made first pass at cleaning BaseXMPP.Lance Stout
2010-10-01Moved event functions to XMLStream.Lance Stout
2010-10-01Moved add_handler, send, and sendXML to XMLStream.Lance Stout
2010-10-01Moved getNewId and getId to XMLStream.Lance Stout
2010-08-27Updated the suite of handler classes with documentation.Lance Stout
2010-08-05Replaced the ToString class with a tostring function.Lance Stout
2010-07-20Please tab nanny.Lance Stout
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-07-19Can now pass a name to add_handler so that the handler can be reliably remove...Lance Stout
2010-07-19stanza should not have setValues/getValues because that conflicts with attrib...Nathan Fritz
2010-07-19Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi...Lance Stout
2010-06-06Modified basexmpp.event() to pass a copy of the event data to each handler.Lance Stout
2010-06-01Make sure that the id parameter used in xmpp.makeIq is converted to a string.Lance stout
2010-05-26plugins now are checked for post_init having ran when process() is calledNathan Fritz
2010-05-25Added a flag to registerPlugin to control calling the plugin's post_init method.Lance Stout
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-11refactored presence tracking and fixed jidInRoomNathan Fritz
2010-04-18changed_status event now happens with got_offline/got_online eventsNathan Fritz
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
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-03-26added memleak test and attempted to fix presence leakNathan Fritz
2010-02-27fixed some presence bugsNathan Fritz
2010-02-25fixed some unicode problems for 2.6Nathan Fritz
2010-02-15tweaked presence handlerNathan Fritz
2010-01-27fixed status change issueNathan Fritz
2010-01-08* python 2.6 compatibilityNathan Fritz
2010-01-05* major stanza improvementsNathan Fritz
2009-12-17* fixed many stanza bugsNathan Fritz
2009-12-15makeMessage and makePresence now use new stanza classesNathan Fritz
2009-12-11* started converstion to stanza objectsNathan Fritz
2009-12-10tweaked stanzas for easy useNathan Fritz
2009-12-10* added proper message and iq stanzas. presence left to doNathan Fritz
2009-11-11* clean up offline contactsNathan Fritz