mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
added clarifying suggestion about presence-out and PEP
This commit is contained in:
parent
8a6c6f030d
commit
02a95e5f11
2
xep-0016.xml
Normal file → Executable file
2
xep-0016.xml
Normal file → Executable file
@ -147,7 +147,7 @@
|
||||
<li><message/> -- blocks incoming message stanzas</li>
|
||||
<li><iq/> -- blocks incoming IQ stanzas</li>
|
||||
<li><presence-in/> -- blocks incoming presence notifications</li>
|
||||
<li><presence-out/> -- blocks outgoing presence notifications</li>
|
||||
<li><presence-out/> -- blocks outgoing presence notifications <note>When a <presence-out/> element is included, the server might want to also block presence-like notifications, such as those which use &xep0163;.</note></li>
|
||||
</ul>
|
||||
<p>Within the 'jabber:iq:privacy' namespace, the <query/> child of an IQ stanza of type "set" MUST NOT include more than one child element (i.e., the stanza MUST contain only one <active/> element, one <default/> element, or one <list/> element); if a sending entity violates this rule, the receiving entity MUST return a <bad-request/> stanza error.</p>
|
||||
<p>When a client adds or updates a privacy list, the <list/> element SHOULD contain at least one <item/> child element; when a client removes a privacy list, the <list/> element MUST NOT contain any <item/> child elements.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user