comparison mod_rest/res/schema-xmpp.json @ 4533:578375759510

mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag occupant_id.id = silly
author Kim Alvefur <zash@zash.se>
date Tue, 23 Mar 2021 23:53:04 +0100
parents 60fe204b980f
children 9837c73826d2
comparison
equal deleted inserted replaced
4532:183c2abdc3c4 4533:578375759510
313 "namespace" : "urn:xmpp:chat-markers:0", 313 "namespace" : "urn:xmpp:chat-markers:0",
314 "x_name_is_value" : true 314 "x_name_is_value" : true
315 } 315 }
316 }, 316 },
317 "occupant_id" : { 317 "occupant_id" : {
318 "properties" : {
319 "id" : {
320 "type" : "string",
321 "xml" : {
322 "attribute" : true
323 }
324 }
325 },
326 "title" : "XEP-0421: Anonymous unique occupant identifiers for MUCs", 318 "title" : "XEP-0421: Anonymous unique occupant identifiers for MUCs",
327 "type" : "object", 319 "type" : "string",
328 "xml" : { 320 "xml" : {
329 "name" : "occupant-id", 321 "name" : "occupant-id",
330 "namespace" : "urn:xmpp:occupant-id:0" 322 "namespace" : "urn:xmpp:occupant-id:0",
323 "x_single_attribute" : "id"
331 } 324 }
332 }, 325 },
333 "oob" : { 326 "oob" : {
334 "properties" : { 327 "properties" : {
335 "desc" : { 328 "desc" : {