diff --git a/xep-0300.xml b/xep-0300.xml index 83a367c1..87e48e5a 100644 --- a/xep-0300.xml +++ b/xep-0300.xml @@ -24,6 +24,12 @@ &mwild; &ksmith; &tobias; + + 0.5.3 + 2018-02-14 + fs +

Clarify textual content of the <hash/> element.

+
0.5.2 2017-08-21 @@ -125,7 +131,7 @@ &rfc7693; -

The CDATA of the <hash/> element MUST conform to the base64Binary datatype See <http://www.w3.org/TR/xmlschema-2/#base64Binary>. and thus be encoded in accordance with Section 6.8 of &rfc2045;, which recommends that base64 data should have lines limited to at most 76 characters in length. However, any whitespace characters (e.g., '\r' and '\n') MUST be ignored.

+

The digest produced by the used hash algorithm is included as the XML character data of the <hash/> element after being encoded using Base64 as specified in Section 4 of &rfc4648;. Thus the character data MUST conform to the base64Binary datatype See <http://www.w3.org/TR/xmlschema-2/#base64Binary>. as defined in &w3xmlschema2;. The Base64 output MUST NOT include whitespace and MUST set padding bits to zero.

@@ -415,7 +421,7 @@

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

+ Tronçon, Paul Schaub, Christian Schudt, and Florian Schmaus for their input.