log mod_rest/README.markdown @ 4209:37aa50ed79c1

age author description
2020-10-05 Kim Alvefur mod_rest: Add packaging metadata to include jsonmap lib and examples
2020-07-20 Kim Alvefur mod_rest/README: Remove last trace of older credential option
2020-07-20 Kim Alvefur mod_rest/README: Mention OAuth
2020-07-20 Kim Alvefur mod_rest/README: Describe use on VirtualHosts
2020-03-23 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
2020-03-15 Kim Alvefur mod_rest/README: Fix adhoc example
2020-02-08 Kim Alvefur mod_rest/README: Describe Ad-Hoc command mapping
2020-01-25 Kim Alvefur mod_rest/README: Add a section describing the JSON mapping
2020-01-02 Kim Alvefur mod_rest: And the disco#items mapping
2020-01-02 Kim Alvefur mod_rest: Describe kind and type fields
2020-01-02 Kim Alvefur mod_rest: Document most of JSON mappings
2020-01-01 Kim Alvefur mod_rest: Add a JSON callback example
2020-01-01 Kim Alvefur mod_rest: Add JSON support
2020-01-01 Kim Alvefur mod_rest: Apply Python source formatting on example
2020-01-01 Kim Alvefur mod_rest: Add an example Flask thing
2019-12-31 Kim Alvefur mod_rest: Add support for simple Bearer token auth
2019-12-30 Kim Alvefur mod_rest: Verify that @xmlns is left empty
2019-12-30 Kim Alvefur mod_rest: Add some text about the payload format
2019-12-30 Kim Alvefur mod_rest: Map various HTTP status codes to XMPP stanza errors
2019-12-30 Kim Alvefur mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
2019-12-30 Kim Alvefur mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
2019-12-30 Kim Alvefur mod_rest: Initial commit of another RESTful API module