Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-08 | Add version info. | Lance Stout | |
May now use sleekxmpp.__version__ and sleekxmpp.__version_info__. | |||
2010-10-06 | Moved ClientXMPP to clientxmpp.py. | Lance Stout | |
Cleaned up the __init__.py files. | |||
2010-10-06 | Missed a few docstrings. | Lance Stout | |
2010-10-06 | Made first pass at cleaning up ClientXMPP. | Lance Stout | |
Added self.stream_ns to BaseXMPP. Moved connected/disconnected events and logging to XMLStream. | |||
2010-10-01 | Made first pass at cleaning BaseXMPP. | Lance Stout | |
Have not intregrated the new JID class yet. | |||
2010-08-27 | Updated the suite of handler classes with documentation. | Lance Stout | |
Updated XMLStream to return True or False from removeHandler to indicate if the handler existed and was removed. Waiter handlers now unregister themselves after timing out. | |||
2010-07-23 | Fix shebang lines to use #!/usr/bin/env python instead of hard coding a ↵ | Lance Stout | |
python version. | |||
2010-07-20 | Issue 26. Only set from address in reply() for components | Joe Hildebrand | |
2010-07-20 | fixed resource binding element to conform to spec | Nathan Fritz | |
2010-07-20 | don't send resource in bind request if you don't have one | Nathan Fritz | |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected ↵ | Lance Stout | |
references to nonexistant license.txt to LICENSE. | |||
2010-07-19 | Can now pass a name to add_handler so that the handler can be reliably ↵ | Lance Stout | |
removed later. Updated uses of add_handler to include a name. | |||
2010-07-19 | stanza should not have setValues/getValues because that conflicts with ↵ | Nathan Fritz | |
attribute accessors | |||
2010-07-15 | accidental debugging return left in the code from last commit | Nathan Fritz | |
2010-07-15 | fixed updateRoster and delRosterItem | Nathan Fritz | |
2010-06-01 | hack fix for session before bind | Nathan Fritz | |
2010-06-01 | if binding and session are advertised in the same go, do session first | Nathan Fritz | |
2010-05-26 | fixed dns unicode problem | Nathan Fritz | |
2010-04-07 | replaced usage of deprecated iq result on send. Fixed old send result to use ↵ | Nathan Fritz | |
stanzas instead of ElementTree | |||
2010-03-26 | changed license to MITsleek-0.9RC10.9RC1 | Nathan Fritz | |
2010-03-26 | closed bug #8 -- double auth response | Nathan Fritz | |
2010-03-26 | fixed bug #16 Roster not updating | Nathan Fritz | |
2010-01-08 | * python 2.6 compatibility | Nathan Fritz | |
2009-12-11 | * started converstion to stanza objects | Nathan Fritz | |
2009-12-10 | tweaked stanzas for easy use | Nathan Fritz | |
2009-12-10 | * added proper message and iq stanzas. presence left to do | Nathan Fritz | |
2009-09-25 | bugfixes | Nathan Fritz | |
2009-09-01 | * fixed some python3 transition bugs | Nathan Fritz | |
* added status options to muc joining | |||
2009-08-31 | * converted sleekxmpp to Python 3.x | Nathan Fritz | |
* sleekxmpp no longer spawns threads for callback handlers -- there are now two threads: one for handlers and one for reading. callback handlers can get results from the read queue directly with the "wait" handler which is used in .send() for the reply catching argument. | |||
2009-06-25 | made disconnect cleaner | Nathan Fritz | |
2009-06-24 | (no commit message) | Nathan Fritz | |
2009-06-16 | * bugfixes | Nathan Fritz | |
2009-06-03 | moved seesmic branch to trunk | Nathan Fritz | |