slixmpp/sleekxmpp
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
..
2011-02-11 00:30:45 -05:00
2011-01-26 11:27:41 -05:00
2010-10-06 14:20:32 -04:00