Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4733:755dd83e9214
mod_rest: Add JSON mapping of XEP-0313 archive result container
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 27 Oct 2021 20:54:54 +0200 |
parents | 607cac9b9393 |
children | beeacb25dea9 |
comparison
equal
deleted
inserted
replaced
4732:607cac9b9393 | 4733:755dd83e9214 |
---|---|
368 "name" : "iq" | 368 "name" : "iq" |
369 } | 369 } |
370 }, | 370 }, |
371 "message" : { | 371 "message" : { |
372 "properties" : { | 372 "properties" : { |
373 "archive" : { | |
374 "properties" : { | |
375 "forward" : { | |
376 "$ref" : "#forwarded" | |
377 }, | |
378 "queryid" : { | |
379 "type" : "string", | |
380 "xml" : { | |
381 "attribute" : true | |
382 } | |
383 } | |
384 }, | |
385 "type" : "object", | |
386 "xml" : { | |
387 "name" : "result", | |
388 "namespace" : "urn:xmpp:mam:2" | |
389 } | |
390 }, | |
373 "attach_to" : { | 391 "attach_to" : { |
374 "title" : "XEP-0367: Message Attaching", | 392 "title" : "XEP-0367: Message Attaching", |
375 "type" : "string", | 393 "type" : "string", |
376 "xml" : { | 394 "xml" : { |
377 "name" : "attach-to", | 395 "name" : "attach-to", |