summaryrefslogtreecommitdiff
path: root/sleekxmpp/api.py
AgeCommit message (Collapse)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
To ensure that disco info, or any settings which depend on the bound JID, are correct, only set such information on or after the session_bound event has fired.
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
The API registry generalizes the node handler system from the xep_0030 plugin so that other plugins can use it.