log mod_rest/jsonmap.lib.lua @ 4085:fe75cc43dfbf

age author description
2020-05-29 Kim Alvefur mod_rest: Map xml:lang to/from JSON
2020-05-16 Kim Alvefur mod_rest/jsonmap: Derive stanza @type from certain payloads
2020-03-23 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
2020-03-07 Kim Alvefur mod_rest: Fix encoding of simple dataforms
2020-02-28 Kim Alvefur mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
2020-02-28 Kim Alvefur mod_rest: Move dataforms into structure for more logical code order
2020-02-26 Kim Alvefur mod_rest: Fix another missing switch from array to map in json mapping
2020-02-25 Kim Alvefur mod_rest: Update with namespace and name of XEP-0432
2020-02-25 Kim Alvefur mod_rest: Fix traceback in mapping of adhoc with forms
2020-02-22 Kim Alvefur mod_rest: Restructure JSON / Stanza mapping definitions
2020-02-22 Kim Alvefur mod_rest: Rename loop variable for improved clarity
2020-02-22 Kim Alvefur mod_rest: Rename table of mappings
2020-02-08 Kim Alvefur mod_rest: Support mapping XEP-0004 Data Forms directly
2020-02-07 Kim Alvefur mod_rest: Allow passing form data in a more compact format
2020-02-07 Kim Alvefur mod_rest: Ignore already handled top-level stanza attr fields
2020-02-07 Kim Alvefur mod_rest: Return an error for unknown fields in JSON input
2020-02-04 Kim Alvefur mod_rest: Add final pieces of XEP-0050 (actions, note, form)
2020-02-04 Kim Alvefur mod_rest: Add JSON to XML mapping of dataforms
2020-02-04 Kim Alvefur mod_rest: Add JSON mapping for dataform (XEP-0004)
2020-02-04 Kim Alvefur mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms)
2020-02-04 Kim Alvefur mod_rest: Support passing 'node' attr in disco#items queries
2020-01-31 Kim Alvefur mod_rest: Map the error@by attribute
2020-01-29 Kim Alvefur mod_rest: Fix missing return
2020-01-25 Kim Alvefur mod_rest: Avoid treating special json.null value as any other table
2020-01-25 Kim Alvefur mod_rest: Fix handling of 'node' attribute in disco#info
2020-01-24 Kim Alvefur mod_rest: Make XHTML-IM mapping more convenient
2020-01-24 Kim Alvefur mod_rest: Improve some comments
2020-01-24 Kim Alvefur mod_rest: Add mapping of XEP-0092: Software Version
2020-01-24 Kim Alvefur mod_rest: Allow returning an array of JID strings as disco#items
2020-01-24 Kim Alvefur mod_rest: Only pass trough valid disco#item item attributes
2020-01-24 Kim Alvefur mod_rest: Fix disco#info identities data mapping
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info features
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info identities
2020-01-02 Kim Alvefur mod_rest: Add support for XEP-XXXX: User-defined Data Transfer
2020-01-02 Kim Alvefur mod_rest: Add support for mapping 'node' attr in disco#info
2020-01-01 Kim Alvefur mod_rest: Fix previous commit
2020-01-01 Kim Alvefur mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Stricter type checks in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Add JSON support