diff --git a/xep-0420.xml b/xep-0420.xml index c612199b..10a83716 100644 --- a/xep-0420.xml +++ b/xep-0420.xml @@ -29,6 +29,18 @@ SCE &paulschaub; + + 0.4.1 + 2021-11-18 + melvo + +

Clarify bare JID usage and improve sentences:

+
    +
  • Clarify usage of bare JIDs for affix elements
  • +
  • Improve and correct sentences about affix elements
  • +
+
+
0.4.0 2021-04-07 @@ -138,14 +150,14 @@ &to; Recipient of the message - Prevent spoofing of the recipient. This element MUST have one attribute 'jid', whose value is the JID of the intended recipient. - Receiving clients MUST check, if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message + Prevent spoofing of the recipient. This element MUST have one attribute 'jid' whose value is the bare JID of the message's recipient. + Receiving clients MUST check if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message &from; Sender of the message - Prevent spoofing of the sender. This element MUST have one attribute 'jid', whose value is the JID of the sender of the message. - Receiving clients MUST check, if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message + Prevent spoofing of the sender. This element MUST have one attribute 'jid' whose value is the bare JID of the message's sender. + Receiving clients MUST check if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message