slixmpp/sleekxmpp
Lance Stout 35f4ef3452 Modified the return values for several methods so that they can be chained.
For example:

    iq.reply().error().setPayload(something.xml).send()
2010-05-25 07:28:43 +08:00
..
plugins fixed a rather large memory leak 2010-05-12 13:45:36 -07:00
stanza Modified the return values for several methods so that they can be chained. 2010-05-25 07:28:43 +08:00
tests fixed pubsub test 2009-06-12 19:27:29 +00:00
xmlstream Modified the return values for several methods so that they can be chained. 2010-05-25 07:28:43 +08:00
__init__.py replaced usage of deprecated iq result on send. Fixed old send result to use stanzas instead of ElementTree 2010-04-07 23:10:32 -07:00
basexmpp.py Added del_event_handler to remove handler functions for a given event. 2010-05-21 03:54:48 +08:00
component_example.py brought components over to python 3.x 2009-08-31 23:02:19 +00:00
componentxmpp.py added plugin indexing to components 2010-05-24 14:27:13 -07:00
exceptions.py changed license to MIT 2010-03-26 14:32:16 -07:00