diff --git a/xep-0300.xml b/xep-0300.xml index 86d4f227..87e48e5a 100644 --- a/xep-0300.xml +++ b/xep-0300.xml @@ -26,7 +26,7 @@ &tobias; 0.5.3 - 2017-10-04 + 2018-02-14 fs

Clarify textual content of the <hash/> element.

@@ -131,7 +131,7 @@ &rfc7693; -

The digest produced by the used hash algorithm is included as the XML character data of the <hash/> after being encoded as 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 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.