comparison mod_rest/res/schema-xmpp.json @ 4531:60fe204b980f

mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
author Kim Alvefur <zash@zash.se>
date Tue, 23 Mar 2021 23:19:38 +0100
parents 33c149d0261d
children 578375759510
comparison
equal deleted inserted replaced
4530:33c149d0261d 4531:60fe204b980f
432 "inactive", 432 "inactive",
433 "gone", 433 "gone",
434 "composing", 434 "composing",
435 "paused" 435 "paused"
436 ], 436 ],
437 "title" : "XEP-0085: Chat State Notifications",
437 "type" : "string", 438 "type" : "string",
438 "xml" : { 439 "xml" : {
439 "namespace" : "http://jabber.org/protocol/chatstates", 440 "namespace" : "http://jabber.org/protocol/chatstates",
440 "x_name_is_value" : true 441 "x_name_is_value" : true
441 } 442 }