1
0
Fork 0

XEP-0016: Deprecate

Dieser Commit ist enthalten in:
Sam Whited 2017-05-20 10:09:41 -05:00
Ursprung d5926f91e9
Commit 7cb29b2eff
2 geänderte Dateien mit 13 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -10,20 +10,28 @@
<abstract>This specification defines an XMPP protocol extension for enabling or disabling communication with other entities on a network. The protocol, which was first standardized in Section 10 of RFC 3921, can be used to block communication with unknown or undesirable entities. Blocking can be based on Jabber Identifier, subscription state, or roster group. The blocked stanzas can be messages, IQs, inbound or outbound presence stanzas, or all stanzas. The protocol also enables an entity to create, modify, or delete its privacy lists, apply different lists to different connected resources, define a default list, and decline the use of any privacy list during a particular communications session.</abstract>
&LEGALNOTICE;
<number>0016</number>
<status>Draft</status>
<status>Deprecated</status>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
</dependencies>
<supersedes/>
<supersededby/>
<supersededby>
<spec>XEP-0191</spec>
</supersededby>
<shortname>privacy</shortname>
<schemaloc>
<url>http://xmpp.org/schemas/privacy.xsd</url>
</schemaloc>
&pgmillard;
&stpeter;
<revision>
<version>1.7</version>
<date>2017-05-20</date>
<initials>XEP Editor: ssw</initials>
<remark><p>Deprecating by vote of the council.</p></remark>
</revision>
<revision>
<version>1.6</version>
<date>2007-02-15</date>

Datei anzeigen

@ -18,7 +18,9 @@
<spec>XMPP IM</spec>
<spec>XEP-0030</spec>
</dependencies>
<supersedes/>
<supersedes>
<spec>XEP-0016</spec>
</supersedes>
<supersededby/>
<shortname>blocking</shortname>
&stpeter;