mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Give some precisions between #multi-items and the #max_items configuration variable
This commit is contained in:
parent
9eb2453dce
commit
5dfcb250de
@ -977,6 +977,9 @@ And by opposing end them?
|
|||||||
<field var='pubsub#contact' label='People to contact with questions' type='jid-multi'>
|
<field var='pubsub#contact' label='People to contact with questions' type='jid-multi'>
|
||||||
<value>bard@shakespeare.lit</value>
|
<value>bard@shakespeare.lit</value>
|
||||||
</field>
|
</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'>
|
<field var='pubsub#owner' label='Node owners' type='jid-multi'>
|
||||||
<value>hamlet@denmark.lit</value>
|
<value>hamlet@denmark.lit</value>
|
||||||
</field>
|
</field>
|
||||||
@ -5086,7 +5089,7 @@ And by opposing end them?
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>multi-items</td>
|
<td>multi-items</td>
|
||||||
<td>The service supports the storage of multiple items per node.</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 (above one) to be set in <link url='#owner-configure'>Configure a Node</link>.</td>
|
||||||
<td>OPTIONAL</td>
|
<td>OPTIONAL</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -6220,6 +6223,9 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
<field var='pubsub#type'
|
<field var='pubsub#type'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='Payload type'/>
|
label='Payload type'/>
|
||||||
|
<field var='pubsub#max_items'
|
||||||
|
type='text-single'
|
||||||
|
label='Max # of items to persist'/>
|
||||||
</form_type>
|
</form_type>
|
||||||
]]></code>
|
]]></code>
|
||||||
</section3>
|
</section3>
|
||||||
|
Loading…
Reference in New Issue
Block a user