diff --git a/xep-0390.xml b/xep-0390.xml index 918bc9c0..65dd0f32 100644 --- a/xep-0390.xml +++ b/xep-0390.xml @@ -48,6 +48,14 @@ ecaps2 &jonaswielicki; + + 0.3.2 + 2018-03-05 + fs + +

Explain that ASCII Seperators are only invalid in XML 1.0, but not in XML 1.1.

+
+
0.3.1 2020-04-28 @@ -844,7 +852,7 @@ cDp0aW1lHxw= -

The codepoints used for separating the different parts in the Hash Function Input Algortihm (&sepl1; through &sepl4;) are not allowed in well-formed XML character data. As entities are, per &xmppcore;, required to close a stream if non-well-formed XML data is received, these codepoints cannot occur in the input to the algorithm and their use as separators is safe.

+

The codepoints used for separating the different parts in the Hash Function Input Algortihm (&sepl1; through &sepl4;) are not allowed in well-formed XML 1.0 character dataNote that the "ASCII Seperators" codepoints would be valid, although discouraged, characters of XML 1.1, but XMPP mandates XML 1.0.. As entities are, per &xmppcore;, required to close a stream if non-well-formed XML 1.0 data is received, these codepoints cannot occur in the input to the algorithm and their use as separators is safe.