log mod_rest/jsonmap.lib.lua @ 5205:b6f41f0b5f58

age author description
2022-12-20 Kim Alvefur mod_rest: Remove manual reference expansion in schema
2022-05-21 Kim Alvefur mod_rest: Treat archive.ids as comma-separated to work in query string
2022-04-29 Kim Alvefur mod_rest: Expand mapping of XEP-0045 join stanza
2022-04-17 Kim Alvefur mod_rest: Add some notes about custom disco#info mapping code
2022-04-07 Kim Alvefur mod_rest: Move most of XEP-0432 handling into JSON mapping schema
2022-04-07 Kim Alvefur mod_rest/jsonmap: Fix indentation
2021-12-29 Kim Alvefur mod_rest: Fix nested message stanzas in XEP-0297 containers
2021-12-02 Kim Alvefur mod_rest: Handle unknown 'kind' values
2021-11-04 Kim Alvefur mod_rest: Map the XEP-0313 <fin> element to make paging work
2021-11-04 Kim Alvefur mod_rest: Imply type=set for archive queries
2021-11-04 Kim Alvefur mod_rest: Stop search when an implied type is determined
2021-11-04 Kim Alvefur mod_rest: Add some convenience mapping to make MAM queries easier
2021-11-04 Kim Alvefur mod_rest: Add support for mapping of XEP-0313 query iqs
2021-10-27 Kim Alvefur mod_rest: Add JSON mapping of XEP-0313 archive result container
2021-10-27 Kim Alvefur mod_rest: Add recursive properties of XEP-0297 forwarded container
2021-10-27 Kim Alvefur mod_rest: Apply JSON mapping to items in <xmpp> container (e.g. MAM results etc)
2021-03-23 Kim Alvefur mod_rest: Restore 'kind' property in JSON-mapped objects
2021-03-21 Kim Alvefur mod_rest: Convert XEP-0039 to datamapping
2021-03-21 Kim Alvefur mod_rest: Replace most mappings by using util.datamapper
2021-03-07 Kim Alvefur mod_rest: Fix tag name in parsing of OOB payloads
2021-03-07 Kim Alvefur mod_rest: Fix the OOB tag name which also differs in messages
2021-03-07 Kim Alvefur mod_rest: Change OOB namespace to the one used in messages
2021-02-26 Kim Alvefur mod_rest: Roundtrip disco and items when string or boolean is used
2021-01-22 Kim Alvefur mod_rest: Fix json-mapping stanzas with text or whitespace between tags
2020-12-16 Kim Alvefur mod_rest: Optimize stanza to JSON mapping
2020-11-15 Kim Alvefur mod_rest: Fix attempt at indexing nil if an error stanza is missing <error>
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