SleekXMPP/sleekxmpp/stanza
Lance Stout 34f6195ca5 Return the name of the registered callback.
Instead of the actual callback object, return just the name of
the callback object created when using iq.send(callback=..).

This will help prevent memory leaks by not keeping an additional
reference to the object, but still allows for the callback to be
canceled by using self.remove_handler("handler_name").
2011-02-13 16:30:57 -05:00
..
__init__.py Add StreamError stanza and a stream_error event. 2011-01-16 13:22:52 -05:00
atom.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
error.py Underscore names by default. 2010-10-17 22:04:42 -04:00
htmlim.py Underscore names by default. 2010-10-17 22:04:42 -04:00
iq.py Return the name of the registered callback. 2011-02-13 16:30:57 -05:00
message.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00
nick.py Fix namespace for Nick stanza. 2011-01-19 16:47:18 -05:00
presence.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00
rootstanza.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00
roster.py Underscore names by default. 2010-10-17 22:04:42 -04:00
stream_error.py Make StreamError work properly. 2011-01-27 16:02:57 -05:00