changeset 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 88f5e12c8351
children a6b94f4fb065
files mod_rest/jsonmap.lib.lua mod_rest/res/schema-xmpp.json
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/jsonmap.lib.lua	Thu Nov 04 20:17:07 2021 +0100
+++ b/mod_rest/jsonmap.lib.lua	Thu Nov 04 20:18:02 2021 +0100
@@ -21,6 +21,7 @@
 		schema.properties.message.properties.forwarded.properties.message.properties = schema.properties.message.properties;
 		schema.properties.iq.properties.archive.properties.form = schema._common.dataform;
 		schema.properties.iq.properties.archive.properties.page = schema._common.rsm;
+		schema.properties.iq.properties.result.properties.page = schema._common.rsm;
 		schema._common = nil;
 	end
 end
--- a/mod_rest/res/schema-xmpp.json	Thu Nov 04 20:17:07 2021 +0100
+++ b/mod_rest/res/schema-xmpp.json	Thu Nov 04 20:18:02 2021 +0100
@@ -458,6 +458,18 @@
                   "namespace" : "jabber:iq:register"
                }
             },
+            "result" : {
+               "properties" : {
+                  "page" : {
+                     "$ref" : "#_common/rsm"
+                  }
+               },
+               "type" : "object",
+               "xml" : {
+                  "name" : "fin",
+                  "namespace" : "urn:xmpp:mam:2"
+               }
+            },
             "stats" : {
                "description" : "Simple statistics gathering, array of (name, unit, value) tuples.",
                "items" : {