mod_rest/res/schema-xmpp.json
changeset 4736 607cac9b9393
parent 4730 611bc06c4160
child 4737 755dd83e9214
--- a/mod_rest/res/schema-xmpp.json	Wed Oct 27 20:43:17 2021 +0200
+++ b/mod_rest/res/schema-xmpp.json	Wed Oct 27 20:45:28 2021 +0200
@@ -402,6 +402,17 @@
                }
             },
             "forwarded" : {
+               "properties" : {
+                  "delay" : {
+                     "$ref" : "#_common/delay"
+                  },
+                  "message" : {
+                     "type" : "object",
+                     "xml" : {
+                        "namespace" : "jabber:client"
+                     }
+                  }
+               },
                "title" : "XEP-0297: Stanza Forwarding",
                "type" : "object",
                "xml" : {