# HG changeset patch # User Kim Alvefur # Date 1687130816 -7200 # Node ID 3276750332eacd27a9b3ee47336e1255fbad3183 # Parent d7667d9ad96a92b626d264712fd43353c507802f mod_rest: Map the archive-id attribute in MAM result items I was wondering why this wasn't in the JSON output diff -r d7667d9ad96a -r 3276750332ea mod_rest/res/schema-xmpp.json --- a/mod_rest/res/schema-xmpp.json Sun Jun 18 22:23:24 2023 +0200 +++ b/mod_rest/res/schema-xmpp.json Mon Jun 19 01:26:56 2023 +0200 @@ -698,6 +698,12 @@ "forward" : { "$ref" : "#/properties/message/properties/forwarded" }, + "id" : { + "type" : "string", + "xml" : { + "attribute" : true + } + }, "queryid" : { "type" : "string", "xml" : {