slixmpp/sleekxmpp
Lance Stout d9c25ee65c Added more options to the make_iq_* methods.
May include a to and from JID in make_iq_* calls.

May pass an existing iq stanza to most of them instead of generating
a new stanza.

make_iq now accepts a 'to' value, 'type' value, and 'query' value to
simplify things a bit more.
2010-12-16 15:25:04 -05:00
..
plugins Implement a few more static node handlers. 2010-12-15 19:22:21 -05:00
stanza Actually make the Iq callbacks work for real. 2010-12-07 23:04:04 -05:00
test Fix several errors in SleekTest. 2010-12-07 23:04:37 -05:00
thirdparty Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
xmlstream Add support for using xml:lang values. 2010-12-07 23:07:40 -05:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py Added more options to the make_iq_* methods. 2010-12-16 15:25:04 -05:00
clientxmpp.py Fix Node set to None error. 2010-11-17 16:01:27 -05:00
componentxmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00