Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4747:566e54a07f54
mod_rest: Map the XEP-0313 <fin> element to make paging work
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Nov 2021 20:18:02 +0100 |
parents | b7df2c61a144 |
children | a6b94f4fb065 |
comparison
equal
deleted
inserted
replaced
4746:88f5e12c8351 | 4747:566e54a07f54 |
---|---|
456 "xml" : { | 456 "xml" : { |
457 "name" : "query", | 457 "name" : "query", |
458 "namespace" : "jabber:iq:register" | 458 "namespace" : "jabber:iq:register" |
459 } | 459 } |
460 }, | 460 }, |
461 "result" : { | |
462 "properties" : { | |
463 "page" : { | |
464 "$ref" : "#_common/rsm" | |
465 } | |
466 }, | |
467 "type" : "object", | |
468 "xml" : { | |
469 "name" : "fin", | |
470 "namespace" : "urn:xmpp:mam:2" | |
471 } | |
472 }, | |
461 "stats" : { | 473 "stats" : { |
462 "description" : "Simple statistics gathering, array of (name, unit, value) tuples.", | 474 "description" : "Simple statistics gathering, array of (name, unit, value) tuples.", |
463 "items" : { | 475 "items" : { |
464 "properties" : { | 476 "properties" : { |
465 "name" : { | 477 "name" : { |