Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | Substitute a blank JID for the boundjid in API calls. | Lance Stout | |
2012-07-09 | Fix 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-19 | PEP8 formatting updates. | Lance Stout | |
2012-04-08 | Ensure that accessing self.api.settings works for plugins. | Lance Stout | |
2012-04-06 | Pass JID objects to API callbacks and not strings. | Lance Stout | |
2012-04-06 | Allow for registering a handler and setting it as default in one step. | Lance Stout | |
2012-04-06 | Begin 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. |