Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-15 | tweaked presence handler | Nathan Fritz | |
2010-01-27 | fixed status change issue | Nathan Fritz | |
2010-01-08 | * python 2.6 compatibility | Nathan Fritz | |
2010-01-05 | * major stanza improvements | Nathan Fritz | |
* raise XMPPError in handler to reply with error stanza * started work on pubsub stanzas | |||
2009-12-17 | * fixed many stanza bugs | Nathan Fritz | |
* added stanza unhandled (unhandled iqs now reply with feature-not-implemented) * added stanza exceptions (stanzas may now reply with exceptions when their handler raises an exception) | |||
2009-12-15 | makeMessage and makePresence now use new stanza classes | Nathan Fritz | |
fixed component usage of stanzas | |||
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-11-11 | * clean up offline contacts | Nathan Fritz | |
2009-09-25 | bugfixes | Nathan Fritz | |
2009-09-15 | * fixed unavailable status in sendPresence | Nathan Fritz | |
* fixed jabber:client filtering for components | |||
2009-09-05 | * fixes | Nathan Fritz | |
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-07-11 | base message and presence events detect xmlns being used | Nathan Fritz | |
2009-06-25 | made disconnect cleaner | Nathan Fritz | |
2009-06-16 | * bugfixes | Nathan Fritz | |
2009-06-03 | moved seesmic branch to trunk | Nathan Fritz | |