summaryrefslogtreecommitdiff
path: root/sleekxmpp/api.py
AgeCommit message (Expand)Author
2012-07-25Substitute a blank JID for the boundjid in API calls.Lance Stout
2012-07-09Fix issues of disco info leaking between entities with the same bare JIDs.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-04-08Ensure that accessing self.api.settings works for plugins.Lance Stout
2012-04-06Pass JID objects to API callbacks and not strings.Lance Stout
2012-04-06Allow for registering a handler and setting it as default in one step.Lance Stout
2012-04-06Begin experiment with a centralized API callback registry.Lance Stout