Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4742:b7df2c61a144
mod_rest: Add support for mapping of XEP-0313 query iqs
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Nov 2021 20:03:36 +0100 |
parents | 3f2342eacb26 |
children | 566e54a07f54 |
comparison
equal
deleted
inserted
replaced
4741:3f2342eacb26 | 4742:b7df2c61a144 |
---|---|
198 } | 198 } |
199 }, | 199 }, |
200 "properties" : { | 200 "properties" : { |
201 "iq" : { | 201 "iq" : { |
202 "properties" : { | 202 "properties" : { |
203 "archive" : { | |
204 "properties" : { | |
205 "form" : { | |
206 "$ref" : "#_common/dataform" | |
207 }, | |
208 "page" : { | |
209 "$ref" : "#_common/rsm" | |
210 }, | |
211 "queryid" : { | |
212 "type" : "string", | |
213 "xml" : { | |
214 "attribute" : true | |
215 } | |
216 } | |
217 }, | |
218 "type" : "object", | |
219 "xml" : { | |
220 "name" : "query", | |
221 "namespace" : "urn:xmpp:mam:2" | |
222 } | |
223 }, | |
203 "extdisco" : { | 224 "extdisco" : { |
204 "properties" : { | 225 "properties" : { |
205 "services" : { | 226 "services" : { |
206 "items" : { | 227 "items" : { |
207 "properties" : { | 228 "properties" : { |