SleekXMPP/sleekxmpp
Lance Stout c004f042f9 Added del_event_handler to remove handler functions for a given event.
All registered handlers for the event which use the given function will
be removed.

Using this method allows agents to reconfigure their behaviour on the fly
without needing to add extra state information to event handling functions.
2010-05-21 03:54:48 +08:00
..
plugins fixed a rather large memory leak 2010-05-12 13:45:36 -07:00
stanza fixed a rather large memory leak 2010-05-12 13:45:36 -07:00
tests fixed pubsub test 2009-06-12 19:27:29 +00:00
xmlstream fixed a rather large memory leak 2010-05-12 13:45:36 -07: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 changed license to MIT 2010-03-26 14:32:16 -07:00
exceptions.py changed license to MIT 2010-03-26 14:32:16 -07:00