From 4176cdc98914852a6cd555bd6a8f5ece4ee53e31 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 4 May 2017 22:04:32 +0100 Subject: [PATCH] XEP-0359: Fix a typo, s/posses/possess/ --- xep-0359.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0359.xml b/xep-0359.xml index 1f7cbb2e..256f7475 100644 --- a/xep-0359.xml +++ b/xep-0359.xml @@ -127,9 +127,9 @@
  • XMPP entities, which are routing stanzas, MUST NOT strip any elements qualified by the 'urn:xmpp:sid:0' namespace from message stanzas. They SHOULD however ensure that those elements contain only the attributes defined herein, and take appropriate countermeasures if this is not the case (e.g. removing those attributes).
  • The values of the 'id' attribute SHOULD be unpredictable.
  • Stanza ID generating entities, which encounter a &stanza-id; element where 'id' is already set and where the 'by' attribute matches their own XMPP address, MUST ignore the existing value of 'id' and override it.
  • -
  • Stanzas MUST posses, in the direct child level of the stanza, at most one &stanza-id; extension element with the same XMPP address as value of the 'by' attribute.
  • +
  • Stanzas MUST possess, in the direct child level of the stanza, at most one &stanza-id; extension element with the same XMPP address as value of the 'by' attribute.
  • Every &stanza-id; extension element MUST have the 'id' attribute and the 'by' attribute set.
  • -
  • Every &stanza-id; and &origin-id; extension element MUST always posses an 'id' attribute and MUST NOT have any child elements or text content.
  • +
  • Every &stanza-id; and &origin-id; extension element MUST always possess an 'id' attribute and MUST NOT have any child elements or text content.
  • The value of the 'by' attribute MUST be the XMPP address of the entity assigning the unique and stable stanza ID. Note that XMPP addresses are normalized as defined in &rfc6122;