log mod_rest/README.markdown @ 4067:5790c3cf615b

age author description
Mon, 20 Jul 2020 21:54:52 +0200 Kim Alvefur mod_rest/README: Describe use on VirtualHosts
Mon, 23 Mar 2020 19:03:04 +0100 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
Sun, 15 Mar 2020 23:02:58 +0100 Kim Alvefur mod_rest/README: Fix adhoc example
Sat, 08 Feb 2020 15:29:35 +0100 Kim Alvefur mod_rest/README: Describe Ad-Hoc command mapping
Sat, 25 Jan 2020 01:31:49 +0100 Kim Alvefur mod_rest/README: Add a section describing the JSON mapping
Thu, 02 Jan 2020 10:45:19 +0100 Kim Alvefur mod_rest: And the disco#items mapping
Thu, 02 Jan 2020 10:45:14 +0100 Kim Alvefur mod_rest: Describe kind and type fields
Thu, 02 Jan 2020 10:08:48 +0100 Kim Alvefur mod_rest: Document most of JSON mappings
Wed, 01 Jan 2020 18:11:55 +0100 Kim Alvefur mod_rest: Add a JSON callback example
Wed, 01 Jan 2020 16:21:28 +0100 Kim Alvefur mod_rest: Add JSON support
Wed, 01 Jan 2020 12:08:25 +0100 Kim Alvefur mod_rest: Apply Python source formatting on example
Wed, 01 Jan 2020 12:06:46 +0100 Kim Alvefur mod_rest: Add an example Flask thing
Tue, 31 Dec 2019 03:37:46 +0100 Kim Alvefur mod_rest: Add support for simple Bearer token auth
Mon, 30 Dec 2019 07:22:15 +0100 Kim Alvefur mod_rest: Verify that @xmlns is left empty
Mon, 30 Dec 2019 07:21:46 +0100 Kim Alvefur mod_rest: Add some text about the payload format
Mon, 30 Dec 2019 05:17:18 +0100 Kim Alvefur mod_rest: Map various HTTP status codes to XMPP stanza errors
Mon, 30 Dec 2019 05:14:49 +0100 Kim Alvefur mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
Mon, 30 Dec 2019 04:07:25 +0100 Kim Alvefur mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
Mon, 30 Dec 2019 04:04:34 +0100 Kim Alvefur mod_rest: Initial commit of another RESTful API module