inbox/bookmarks2 Remove password element. As suggested by Sam on the list

This commit is contained in:
JC Brand 2018-03-18 16:34:44 +00:00
parent d08a9c3e7c
commit 1a7bcc5bfc
1 changed files with 1 additions and 7 deletions

View File

@ -83,12 +83,6 @@
<td>string</td>
<td>OPTIONAL</td>
</tr>
<tr>
<td>&lt;password/&gt; element</td>
<td>Unencrypted string for the password needed to enter a password-protected room. For security reasons, use of this element is NOT RECOMMENDED.</td>
<td>string</td>
<td>NOT RECOMMENDED</td>
</tr>
</table>
<p>Note: The datatypes are as defined in &w3xmlschema2;.</p>
<example caption='An example of the conference element'><![CDATA[
@ -138,6 +132,6 @@
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>The password child element of conference is well known to provide only very weak levels of security; storing it in bookmarks lowers this security still further.</p>
<p>Security considerations related to object persistence via publish-subscribe are described in <cite>XEP-0060</cite> and <cite>XEP-0223</cite>.</p>
</section1>
</xep>