Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_external_services: Validate services added via events | Kim Alvefur | 2020-08-17 | 1 | -0/+14 |
| | | | | | | | | | | | | While writing developer documentation it became obvious that i was silly to have one item format for config and items API, and another format for the event API. Then there's the stanza format, but that's a common pattern. This change reduces the possible input formats to two and allows other modules the benefit of the processing and validation performed on items from the config. | ||||
* | mod_external_services: Allow specifying a credential generation callback | Kim Alvefur | 2020-07-25 | 1 | -1/+1 |
| | | | | | This is especially targeted at services added via the items API. More involved credential generation should use the event hook. | ||||
* | mod_external_services: Prepare to allow more credential algorithms | Kim Alvefur | 2020-07-25 | 1 | -13/+25 |
| | | | | | | Not sure what algorithms might fit here. Separation makes some sense. This is also a preparation for having a callback. (See next commit) | ||||
* | mod_external_services: Support adding services via items API | Kim Alvefur | 2020-07-25 | 1 | -2/+4 |
| | |||||
* | mod_external_services: XEP-0215: External Service Discovery | Kim Alvefur | 2020-07-18 | 1 | -0/+205 |