summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/base.py
AgeCommit message (Collapse)Author
2011-06-30Reorganize features into plugins.Lance Stout
2011-06-08Added session_end event and some docs.Lance Stout
For now, session_end is the same as disconnected, but once support is added later for stream management, the two events will become distinct. Plugins should add handlers for session_end for cleaning any session state.
2010-10-20pep8 fixes on core libraryNathan Fritz
2010-07-20Updated license notices to use the correct MIT format. Also corrected ↵Lance Stout
references to nonexistant license.txt to LICENSE.
2010-05-26plugins now are checked for post_init having ran when process() is calledNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz