From 473e002fb02b3bce6297667449f8afc7117025aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 26 May 2020 17:49:16 +0200 Subject: [PATCH 1/2] XEP-0402: schema: is optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xep-0402.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0402.xml b/xep-0402.xml index 9ea28a01..b2725922 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -430,7 +430,7 @@ - + From 1edb38e6607b79237331c5919f59f128ab6f8e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 2 Jun 2020 15:48:23 +0200 Subject: [PATCH 2/2] XEP-0402: add revision block --- xep-0402.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0402.xml b/xep-0402.xml index b2725922..9ee425df 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -27,6 +27,12 @@ standards &dcridland; &jcbrand; + + 1.1.1 + 2020-06-02 + mb +

Fix missing minOccurs=0 in schema

+
1.1.0 2020-05-26