log mod_rest/res/schema-xmpp.json @ 5877:70fa3f8de249

age author description
10 months ago Kim Alvefur mod_rest: Fix incorrect 'type' in mapping schema for XEP-0100
19 months ago Kim Alvefur mod_rest: Map the archive-id attribute in MAM result items
19 months ago Kim Alvefur mod_rest: Merge some common properties between openapi and schema
2022-12-20 Kim Alvefur mod_rest: Remove manual reference expansion in schema
2022-10-24 Kim Alvefur mod_rest: Fix JSON conversion of 'displayed' chat marker
2022-08-12 Kim Alvefur mod_rest: Add JSON mapping for XEP-0461: Message Replies
2022-06-05 Kim Alvefur mod_rest: Add some descriptive details to schema
2022-05-22 Kim Alvefur mod_rest: Add mapping of XEP-0380: Explicit Message Encryption
2022-04-29 Kim Alvefur mod_rest: Fix 'format' property in schema
2022-04-29 Kim Alvefur mod_rest: Expand mapping of XEP-0045 join stanza
2022-04-07 Kim Alvefur mod_rest: Move most of XEP-0432 handling into JSON mapping schema
2022-02-08 Kim Alvefur mod_rest: Add XEP-0363 HTTP Upload to schemas
2021-12-29 Kim Alvefur mod_rest: Fix nested message stanzas in XEP-0297 containers
2021-12-29 Kim Alvefur mod_rest: Fixup internal schema references for correctness
2021-11-28 Kim Alvefur mod_rest: Fix mistaken way of specifying required fields in XEP-0215 map
2021-11-04 Kim Alvefur mod_rest: Correct unused reference
2021-11-04 Kim Alvefur mod_rest: Map the XEP-0313 <fin> element to make paging work
2021-11-04 Kim Alvefur mod_rest: Add support for mapping of XEP-0313 query iqs
2021-11-04 Kim Alvefur mod_rest: Add XEP-0059 mapping
2021-11-04 Kim Alvefur mod_rest: Add XEP-0004 mapping for future reuse
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-26 Kim Alvefur mod_rest: Add mapping for XEP-0215: External Service Discovery
2021-10-23 Kim Alvefur mod_rest: Add XEP-0100 gateway to mapping schema
2021-07-26 Kim Alvefur mod_rest: Fix typo (thanks codespell)
2021-04-25 Kim Alvefur mod_rest: Add XEP-0249: Direct MUC Invitations to schemas
2021-04-25 Kim Alvefur mod_rest: Replace 'oob_url' with datamapper-native 'oob'
2021-03-24 Kim Alvefur mod_rest: Add XEP-0359 ids to schema mapping
2021-03-23 Kim Alvefur mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag
2021-03-23 Kim Alvefur mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
2021-03-23 Kim Alvefur mod_rest: Add mappings for a whole pile of XEPs
2021-03-22 Kim Alvefur mod_rest: Add XEP-0066 to mapping schema (breaking from previous jsonmap)
2021-03-21 Kim Alvefur mod_rest: Declare presence priority an integer in -128..127 per RFC6121
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