Give some precisions between #multi-items and the #max_items configuration variable

This commit is contained in:
Timothée Jaussoin 2017-09-14 12:17:01 +02:00
parent 9eb2453dce
commit 5dfcb250de
1 changed files with 7 additions and 1 deletions

View File

@ -977,6 +977,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>
@ -5086,7 +5089,7 @@ And by opposing end them?
</tr>
<tr>
<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>&#160;</td>
</tr>
@ -6220,6 +6223,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>