summaryrefslogtreecommitdiff
path: root/sleekxmpp/__init__.py
AgeCommit message (Expand)Author
2013-08-10Add null handler to logging engineAnton Ryzhov
2013-08-06Try re-ordering initial imports to avoid import bugsLance Stout
2013-07-30Add back ET and ElementBase referencesLance Stout
2013-07-26optimize importsJean-Philippe Caruana
2012-07-24Fix JID validation bugs, add lots of tests.Lance Stout
2012-07-24Add validation for JIDs.Lance Stout
2011-08-24Clean and get setup.py working once and for all.Lance Stout
2011-08-05The next release will be 1.0 RC1Lance Stout
2011-07-03Update version number to beta6.Lance Stout
2011-04-08Add version info.Lance Stout
2010-10-06Moved ClientXMPP to clientxmpp.py.Lance Stout
2010-10-06Missed a few docstrings.Lance Stout
2010-10-06Made first pass at cleaning up ClientXMPP.Lance Stout
2010-10-01Made first pass at cleaning BaseXMPP.Lance Stout
2010-08-27Updated the suite of handler classes with documentation.Lance Stout
2010-07-23Fix shebang lines to use #!/usr/bin/env python instead of hard coding a pytho...Lance Stout
2010-07-20Issue 26. Only set from address in reply() for componentsJoe Hildebrand
2010-07-20fixed resource binding element to conform to specNathan Fritz
2010-07-20don't send resource in bind request if you don't have oneNathan Fritz
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-15accidental debugging return left in the code from last commitNathan Fritz
2010-07-15fixed updateRoster and delRosterItemNathan 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-26fixed dns unicode problemNathan 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-26closed bug #8 -- double auth responseNathan Fritz
2010-03-26fixed bug #16 Roster not updatingNathan Fritz
2010-01-08* python 2.6 compatibilityNathan 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-09-25bugfixesNathan Fritz
2009-09-01* fixed some python3 transition bugsNathan Fritz
2009-08-31* converted sleekxmpp to Python 3.xNathan Fritz
2009-06-25made disconnect cleanerNathan Fritz
2009-06-24(no commit message)Nathan Fritz
2009-06-16* bugfixesNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz