Merge branch 'master' of https://github.com/edhelas/xeps into feature/xep-0060

This commit is contained in:
Jonas Wielicki 2017-11-29 12:49:22 +01:00
commit 4836510bde
1 changed files with 18 additions and 0 deletions

View File

@ -984,6 +984,9 @@ And by opposing end them?
<field var='pubsub#contact' label='People to contact with questions' type='jid-multi'>
<value>bard@shakespeare.lit</value>
</field>
<field var='pubsub#max_items' label='Max # of items to persist' type='text-single'>
<value>120</value>
</field>
<field var='pubsub#owner' label='Node owners' type='jid-multi'>
<value>hamlet@denmark.lit</value>
</field>
@ -5091,6 +5094,12 @@ And by opposing end them?
<td>OPTIONAL</td>
<td>Refer to <cite>XEP-0248</cite></td>
</tr>
<tr>
<td>multi-items</td>
<td>The service supports the storage of multiple items per node. It requires the pubsub#max_items configuration item to be exposed to the user and allow sensible values (higher than one) to be set in <link url='#owner-configure'>Configure a Node</link>.</td>
<td>OPTIONAL</td>
<td>&#160;</td>
</tr>
<tr>
<td>multi-subscribe</td>
<td>A single entity may subscribe to a node multiple times.</td>
@ -5977,6 +5986,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>
<doc>XEP-0060</doc>
</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>
<name>http://jabber.org/protocol/pubsub#multi-subscribe</name>
<desc>A single entity may subscribe to a node multiple times.</desc>
@ -6216,6 +6230,9 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
<field var='pubsub#type'
type='text-single'
label='Payload type'/>
<field var='pubsub#max_items'
type='text-single'
label='Max # of items to persist'/>
</form_type>
]]></code>
</section3>
@ -6836,6 +6853,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
<xs:enumeration value='meta-data'/>
<xs:enumeration value='modify-affiliations'/>
<xs:enumeration value='multi-collection'/>
<xs:enumeration value='multi-items'/>
<xs:enumeration value='multi-subscribe'/>
<xs:enumeration value='outcast-affiliation'/>
<xs:enumeration value='persistent-items'/>