# HG changeset patch # User Kim Alvefur # Date 1634991616 -7200 # Node ID 71bec9c21dcd6b33889798a9c5e7d8c076968bec # Parent 5a06c711649cad75a51c9809ad9f343bf30beafc mod_rest: Add XEP-0100 gateway to mapping schema diff -r 5a06c711649c -r 71bec9c21dcd mod_rest/res/schema-xmpp.json --- a/mod_rest/res/schema-xmpp.json Wed Oct 20 22:16:14 2021 +0200 +++ b/mod_rest/res/schema-xmpp.json Sat Oct 23 14:20:16 2021 +0200 @@ -62,6 +62,25 @@ "properties" : { "iq" : { "properties" : { + "gateway" : { + "properties" : { + "desc" : { + "type" : "text" + }, + "jid" : { + "type" : "string" + }, + "prompt" : { + "type" : "string" + } + }, + "title" : "XEP-0100: Gateway Interaction", + "type" : "object", + "xml" : { + "name" : "query", + "namespace" : "jabber:iq:gateway" + } + }, "lastactivity" : { "properties" : { "seconds" : {