summaryrefslogtreecommitdiff
path: root/sleekxmpp/api.py
AgeCommit message (Collapse)Author
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.