mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0432: add revision block
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
02d6bdf4b1
commit
f5ab51ac12
@ -25,6 +25,12 @@
|
||||
<supersededby/>
|
||||
<shortname>udt</shortname>
|
||||
&dcridland;
|
||||
<revision>
|
||||
<version>0.1.1</version>
|
||||
<date>2022-04-12</date>
|
||||
<initials>fs</initials>
|
||||
<remark>Declare missing dependency on XEP-0335.</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1.0</version>
|
||||
<date>2020-02-25</date>
|
||||
|
24
xep-0462.xml
24
xep-0462.xml
@ -22,18 +22,14 @@
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||
<author>
|
||||
<firstname>Timothée</firstname>
|
||||
<surname>Jaussoin</surname>
|
||||
<email>edhelas@movim.eu</email>
|
||||
<jid>edhelas@movim.eu</jid>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Maxime</firstname>
|
||||
<surname>Buquet</surname>
|
||||
<email>pep@bouah.net</email>
|
||||
<jid>pep@bouah.net</jid>
|
||||
</author>
|
||||
&edhelas;
|
||||
&pep.;
|
||||
<revision>
|
||||
<version>0.1.1</version>
|
||||
<date>2022-04-22</date>
|
||||
<initials>pep</initials>
|
||||
<remark>Wording, typos.</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1.0</version>
|
||||
<date>2022-03-08</date>
|
||||
@ -52,7 +48,7 @@
|
||||
|
||||
<p>Implementations have been able to declare a <tt>pubsub#type</tt> attribute on PubSub nodes for about as long as &xep0060; has existed. This attribute doesn’t seem to be widely used in the community though, maybe due to the vagueness of its description, that has recently changed, or the lack of features associated with it.</p>
|
||||
|
||||
<p>This specification provides a way for implementations to allow filtering on this attribute when discovering items on a PubSub service.</p>
|
||||
<p>This specification provides a way for implementations to allow filtering on this attribute when discovering nodes on a PubSub service.</p>
|
||||
|
||||
<p>Filtering is particularly useful for example combined with &xep0277; and comment nodes that are created on the same service. When listing content nodes of a service, one may want to filter out comment nodes.</p>
|
||||
|
||||
@ -84,7 +80,7 @@
|
||||
from='rosa@com.int/desktop'
|
||||
to='news.commons.social'
|
||||
id='disco1'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#items>
|
||||
<query xmlns='http://jabber.org/protocol/disco#items'>
|
||||
<filter xmlns='urn:xmpp:pubsub-filter:0'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
|
8
xep.ent
8
xep.ent
@ -1134,6 +1134,14 @@ IANA Service Location Protocol, Version 2 (SLPv2) Templates</link></span> <note>
|
||||
<jid>pep@bouah.net</jid>
|
||||
</author>
|
||||
">
|
||||
<!ENTITY edhelas "
|
||||
<author>
|
||||
<firstname>Timothée</firstname>
|
||||
<surname>Jaussoin</surname>
|
||||
<email>edhelas@movim.eu</email>
|
||||
<jid>edhelas@movim.eu</jid>
|
||||
</author>
|
||||
">
|
||||
|
||||
<!-- XMPP Extension Protocols -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user