mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Add pubsub#multi-items
This commit is contained in:
parent
f022f19004
commit
9eb2453dce
12
xep-0060.xml
12
xep-0060.xml
@ -5084,6 +5084,12 @@ And by opposing end them?
|
|||||||
<td>OPTIONAL</td>
|
<td>OPTIONAL</td>
|
||||||
<td>Refer to <cite>XEP-0248</cite></td>
|
<td>Refer to <cite>XEP-0248</cite></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>multi-items</td>
|
||||||
|
<td>The service supports the storage of multiple items per node.</td>
|
||||||
|
<td>OPTIONAL</td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>multi-subscribe</td>
|
<td>multi-subscribe</td>
|
||||||
<td>A single entity may subscribe to a node multiple times.</td>
|
<td>A single entity may subscribe to a node multiple times.</td>
|
||||||
@ -5970,6 +5976,11 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
<desc>A single leaf node can be associated with multiple collections.</desc>
|
<desc>A single leaf node can be associated with multiple collections.</desc>
|
||||||
<doc>XEP-0060</doc>
|
<doc>XEP-0060</doc>
|
||||||
</var>
|
</var>
|
||||||
|
<var>
|
||||||
|
<name>http://jabber.org/protocol/pubsub#multi-items</name>
|
||||||
|
<desc>The service supports the storage of multiple items per node.</desc>
|
||||||
|
<doc>XEP-0060</doc>
|
||||||
|
</var>
|
||||||
<var>
|
<var>
|
||||||
<name>http://jabber.org/protocol/pubsub#multi-subscribe</name>
|
<name>http://jabber.org/protocol/pubsub#multi-subscribe</name>
|
||||||
<desc>A single entity may subscribe to a node multiple times.</desc>
|
<desc>A single entity may subscribe to a node multiple times.</desc>
|
||||||
@ -6829,6 +6840,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
|||||||
<xs:enumeration value='meta-data'/>
|
<xs:enumeration value='meta-data'/>
|
||||||
<xs:enumeration value='modify-affiliations'/>
|
<xs:enumeration value='modify-affiliations'/>
|
||||||
<xs:enumeration value='multi-collection'/>
|
<xs:enumeration value='multi-collection'/>
|
||||||
|
<xs:enumeration value='multi-items'/>
|
||||||
<xs:enumeration value='multi-subscribe'/>
|
<xs:enumeration value='multi-subscribe'/>
|
||||||
<xs:enumeration value='outcast-affiliation'/>
|
<xs:enumeration value='outcast-affiliation'/>
|
||||||
<xs:enumeration value='persistent-items'/>
|
<xs:enumeration value='persistent-items'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user