XEP-0402: Remove the SHOULD on @name presence.

There is no rationale for this, and as it overrides the room name
“forever” it shouldn’t necessarily be encouraged.
This commit is contained in:
Emmanuel Gil Peyrot 2019-09-28 19:31:47 +02:00
parent ac9360dd00
commit b063149f96
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
]]></example>
<p>This bookmark would be displayed as 'Council of Oberon' and, if activated, would attempt to join the conference room 'council@conference.underhill.org' with nickname 'Puck'.</p>
<p>Note that a bookmark item MUST contain only one conference room.</p>
<p>Note also that a conference element has no truly mandatory attributes or child elements, though a name SHOULD be given. Thus the following is legal:</p>
<p>Note also that a conference element has no truly mandatory attributes or child elements, thus the following is legal:</p>
<example caption='Minimalist conference element'><![CDATA[
<conference xmlns=']]>&namespace;<![CDATA['/>
]]></example>