Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4549:cce0e1ec8a74
mod_rest: Add XEP-0249: Direct MUC Invitations to schemas
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Apr 2021 16:53:08 +0200 |
parents | a9e997d5eb94 |
children | 63c91f2a86e5 |
comparison
equal
deleted
inserted
replaced
4548:c50fac0f3cbf | 4549:cce0e1ec8a74 |
---|---|
304 "xml" : { | 304 "xml" : { |
305 "name" : "forwarded", | 305 "name" : "forwarded", |
306 "namespace" : "urn:xmpp:forward:0" | 306 "namespace" : "urn:xmpp:forward:0" |
307 } | 307 } |
308 }, | 308 }, |
309 "invite" : { | |
310 "properties" : { | |
311 "continue" : { | |
312 "type" : "boolean", | |
313 "xml" : { | |
314 "attribute" : true | |
315 } | |
316 }, | |
317 "jid" : { | |
318 "format" : "xmpp-jid", | |
319 "type" : "string", | |
320 "xml" : { | |
321 "attribute" : true | |
322 } | |
323 }, | |
324 "password" : { | |
325 "type" : "string", | |
326 "xml" : { | |
327 "attribute" : true | |
328 } | |
329 }, | |
330 "reason" : { | |
331 "type" : "string", | |
332 "xml" : { | |
333 "attribute" : true | |
334 } | |
335 }, | |
336 "thread" : { | |
337 "type" : "string", | |
338 "xml" : { | |
339 "attribute" : true | |
340 } | |
341 } | |
342 }, | |
343 "required" : [ | |
344 "jid" | |
345 ], | |
346 "titel" : "XEP-0249: Direct MUC Invitations", | |
347 "type" : "object", | |
348 "xml" : { | |
349 "name" : "x", | |
350 "namespace" : "jabber:x:conference" | |
351 } | |
352 }, | |
309 "markable" : { | 353 "markable" : { |
310 "title" : "XEP-0333: Chat Markers", | 354 "title" : "XEP-0333: Chat Markers", |
311 "type" : "boolean", | 355 "type" : "boolean", |
312 "xml" : { | 356 "xml" : { |
313 "namespace" : "urn:xmpp:chat-markers:0", | 357 "namespace" : "urn:xmpp:chat-markers:0", |