comparison mod_rest/res/schema-xmpp.json @ 4732:607cac9b9393

mod_rest: Add recursive properties of XEP-0297 forwarded container Let's pray nobody invents a way to loop stanza references as well.
author Kim Alvefur <zash@zash.se>
date Wed, 27 Oct 2021 20:45:28 +0200
parents 611bc06c4160
children 755dd83e9214
comparison
equal deleted inserted replaced
4731:d71beacaec3b 4732:607cac9b9393
400 "namespace" : "urn:xmpp:fallback:0", 400 "namespace" : "urn:xmpp:fallback:0",
401 "x_name_is_value" : true 401 "x_name_is_value" : true
402 } 402 }
403 }, 403 },
404 "forwarded" : { 404 "forwarded" : {
405 "properties" : {
406 "delay" : {
407 "$ref" : "#_common/delay"
408 },
409 "message" : {
410 "type" : "object",
411 "xml" : {
412 "namespace" : "jabber:client"
413 }
414 }
415 },
405 "title" : "XEP-0297: Stanza Forwarding", 416 "title" : "XEP-0297: Stanza Forwarding",
406 "type" : "object", 417 "type" : "object",
407 "xml" : { 418 "xml" : {
408 "name" : "forwarded", 419 "name" : "forwarded",
409 "namespace" : "urn:xmpp:forward:0" 420 "namespace" : "urn:xmpp:forward:0"