log mod_rest/jsonmap.lib.lua @ 4035:270cd50852be

age author description
Fri, 29 May 2020 12:04:04 +0200 Kim Alvefur mod_rest: Map xml:lang to/from JSON
Sat, 16 May 2020 18:30:01 +0200 Kim Alvefur mod_rest/jsonmap: Derive stanza @type from certain payloads
Mon, 23 Mar 2020 19:03:04 +0100 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
Sat, 07 Mar 2020 21:58:13 +0100 Kim Alvefur mod_rest: Fix encoding of simple dataforms
Fri, 28 Feb 2020 22:38:41 +0100 Kim Alvefur mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
Fri, 28 Feb 2020 22:24:49 +0100 Kim Alvefur mod_rest: Move dataforms into structure for more logical code order
Wed, 26 Feb 2020 20:51:38 +0100 Kim Alvefur mod_rest: Fix another missing switch from array to map in json mapping
Tue, 25 Feb 2020 23:33:55 +0100 Kim Alvefur mod_rest: Update with namespace and name of XEP-0432
Tue, 25 Feb 2020 23:30:07 +0100 Kim Alvefur mod_rest: Fix traceback in mapping of adhoc with forms
Sat, 22 Feb 2020 14:08:19 +0100 Kim Alvefur mod_rest: Restructure JSON / Stanza mapping definitions
Sat, 22 Feb 2020 13:51:59 +0100 Kim Alvefur mod_rest: Rename loop variable for improved clarity
Sat, 22 Feb 2020 13:35:58 +0100 Kim Alvefur mod_rest: Rename table of mappings
Sat, 08 Feb 2020 14:38:23 +0100 Kim Alvefur mod_rest: Support mapping XEP-0004 Data Forms directly
Fri, 07 Feb 2020 22:30:38 +0100 Kim Alvefur mod_rest: Allow passing form data in a more compact format
Fri, 07 Feb 2020 20:53:57 +0100 Kim Alvefur mod_rest: Ignore already handled top-level stanza attr fields
Fri, 07 Feb 2020 20:49:07 +0100 Kim Alvefur mod_rest: Return an error for unknown fields in JSON input
Tue, 04 Feb 2020 23:05:43 +0100 Kim Alvefur mod_rest: Add final pieces of XEP-0050 (actions, note, form)
Tue, 04 Feb 2020 22:34:19 +0100 Kim Alvefur mod_rest: Add JSON to XML mapping of dataforms
Tue, 04 Feb 2020 22:06:19 +0100 Kim Alvefur mod_rest: Add JSON mapping for dataform (XEP-0004)
Tue, 04 Feb 2020 21:49:14 +0100 Kim Alvefur mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms)
Tue, 04 Feb 2020 21:04:02 +0100 Kim Alvefur mod_rest: Support passing 'node' attr in disco#items queries
Sat, 01 Feb 2020 00:38:10 +0100 Kim Alvefur mod_rest: Map the error@by attribute
Wed, 29 Jan 2020 21:44:00 +0100 Kim Alvefur mod_rest: Fix missing return
Sat, 25 Jan 2020 02:06:07 +0100 Kim Alvefur mod_rest: Avoid treating special json.null value as any other table
Sat, 25 Jan 2020 02:03:30 +0100 Kim Alvefur mod_rest: Fix handling of 'node' attribute in disco#info
Sat, 25 Jan 2020 00:46:09 +0100 Kim Alvefur mod_rest: Make XHTML-IM mapping more convenient
Sat, 25 Jan 2020 00:43:28 +0100 Kim Alvefur mod_rest: Improve some comments
Sat, 25 Jan 2020 00:40:38 +0100 Kim Alvefur mod_rest: Add mapping of XEP-0092: Software Version
Sat, 25 Jan 2020 00:30:14 +0100 Kim Alvefur mod_rest: Allow returning an array of JID strings as disco#items
Sat, 25 Jan 2020 00:29:34 +0100 Kim Alvefur mod_rest: Only pass trough valid disco#item item attributes
Sat, 25 Jan 2020 00:20:00 +0100 Kim Alvefur mod_rest: Fix disco#info identities data mapping
Sat, 25 Jan 2020 00:19:11 +0100 Kim Alvefur mod_rest: Fix iteration over disco#info features
Sat, 25 Jan 2020 00:17:44 +0100 Kim Alvefur mod_rest: Fix iteration over disco#info identities
Thu, 02 Jan 2020 09:30:47 +0100 Kim Alvefur mod_rest: Add support for XEP-XXXX: User-defined Data Transfer
Thu, 02 Jan 2020 09:28:18 +0100 Kim Alvefur mod_rest: Add support for mapping 'node' attr in disco#info
Wed, 01 Jan 2020 17:45:07 +0100 Kim Alvefur mod_rest: Fix previous commit
Wed, 01 Jan 2020 17:37:04 +0100 Kim Alvefur mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping
Wed, 01 Jan 2020 17:16:40 +0100 Kim Alvefur mod_rest: Stricter type checks in JSON mapping
Wed, 01 Jan 2020 16:21:28 +0100 Kim Alvefur mod_rest: Add JSON support