From 1a4e2844acfbec4b1f73805e726fd19c883b1640 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 17 Mar 2017 14:55:23 +0100 Subject: [PATCH] Use xs:base64Binary in XEP-0300's schema --- xep-0300.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xep-0300.xml b/xep-0300.xml index 9f3eb7c1..aba2df22 100644 --- a/xep-0300.xml +++ b/xep-0300.xml @@ -24,6 +24,12 @@ &mwild; &ksmith; &tobias; + + 0.5.1 + 2017-03-17 + fs +

Use xs:base64Binary instead of xs:string in the schema

+
0.5 2017-01-24 @@ -380,7 +386,7 @@ - + @@ -392,7 +398,8 @@ -

Thanks to Dave Cridland, Waqas Hussain, Glenn Maynard, and Remko Tronçon for their input.

+

Thanks to Dave Cridland, Waqas Hussain, Glenn Maynard, Remko + Tronçon, and Christian Schudt for their input.