mirror of
https://github.com/moparisthebest/xeps
synced 2024-10-31 15:35:07 -04:00
XEP-0060: Clarify unlimited behaviour for node config
This commit is contained in:
parent
bb19e0d674
commit
fa30666494
24
xep-0060.xml
24
xep-0060.xml
@ -49,6 +49,12 @@
|
|||||||
&pgmillard;
|
&pgmillard;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&ralphm;
|
&ralphm;
|
||||||
|
<revision>
|
||||||
|
<version>1.17.0</version>
|
||||||
|
<date>2019-10-06</date>
|
||||||
|
<initials>dg</initials>
|
||||||
|
<remark><p>Clarify node config behaviour with regards to unlimited behaviour for fields that specify a maximum.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.16.0</version>
|
<version>1.16.0</version>
|
||||||
<date>2019-09-11</date>
|
<date>2019-09-11</date>
|
||||||
@ -1079,7 +1085,7 @@ And by opposing end them?
|
|||||||
<field var='pubsub#publish_model' label='Publish model' type='list-single'>
|
<field var='pubsub#publish_model' label='Publish model' type='list-single'>
|
||||||
<value>publishers</value>
|
<value>publishers</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#max_items' label='Max # of items to persist' type='text-single'>
|
<field var='pubsub#max_items' label='Max # of items to persist. ∞ for no specific limit other than a server imposed maximum.' type='text-single'>
|
||||||
<value>120</value>
|
<value>120</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#owner' label='Node owners' type='jid-multi'>
|
<field var='pubsub#owner' label='Node owners' type='jid-multi'>
|
||||||
@ -3517,11 +3523,11 @@ And by opposing end them?
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#max_items' type='text-single'
|
<field var='pubsub#max_items' type='text-single'
|
||||||
label='Max # of items to persist'>
|
label='Max # of items to persist. ∞ for no specific limit other than a server imposed maximum.'>
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#item_expire' type='text-single'
|
<field var='pubsub#item_expire' type='text-single'
|
||||||
label='Time after which to automatically purge items'>
|
label='Time after which to automatically purge items. ∞ for no specific limit other than a server imposed maximum.'>
|
||||||
<value>604800</value>
|
<value>604800</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#subscribe' type='boolean'
|
<field var='pubsub#subscribe' type='boolean'
|
||||||
@ -3859,11 +3865,11 @@ And by opposing end them?
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#max_items' type='text-single'
|
<field var='pubsub#max_items' type='text-single'
|
||||||
label='Max # of items to persist'>
|
label='Max # of items to persist. ∞ for no specific limit other than a server imposed maximum.'>
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#item_expire' type='text-single'
|
<field var='pubsub#item_expire' type='text-single'
|
||||||
label='Time after which to automatically purge items'>
|
label='Time after which to automatically purge items. ∞ for no specific limit other than a server imposed maximum.'>
|
||||||
<value>604800</value>
|
<value>604800</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='pubsub#subscribe' type='boolean'
|
<field var='pubsub#subscribe' type='boolean'
|
||||||
@ -6402,10 +6408,10 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
label='The list of JIDs that may associate leaf nodes with a collection'/>
|
label='The list of JIDs that may associate leaf nodes with a collection'/>
|
||||||
<field var='pubsub#children'
|
<field var='pubsub#children'
|
||||||
type='text-multi'
|
type='text-multi'
|
||||||
label='The child nodes (leaf or collection) associated with a collection'/>
|
label='The child nodes (leaf or collection) associated with a collection.'/>
|
||||||
<field var='pubsub#children_max'
|
<field var='pubsub#children_max'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='The maximum number of child nodes that can be associated with a collection'/>
|
label='The maximum number of child nodes that can be associated with a collection. ∞ for no specific limit other than a server imposed maximum.'/>
|
||||||
<field var='pubsub#collection'
|
<field var='pubsub#collection'
|
||||||
type='text-multi'
|
type='text-multi'
|
||||||
label='The collection(s) with which a node is affiliated'/>
|
label='The collection(s) with which a node is affiliated'/>
|
||||||
@ -6431,7 +6437,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
label='A description of the node'/>
|
label='A description of the node'/>
|
||||||
<field var='pubsub#item_expire'
|
<field var='pubsub#item_expire'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='Number of seconds after which to automatically purge items'/>
|
label='Number of seconds after which to automatically purge items. ∞ for no specific limit other than a server imposed maximum.'/>
|
||||||
<field var='pubsub#itemreply'
|
<field var='pubsub#itemreply'
|
||||||
type='list-single'
|
type='list-single'
|
||||||
label='Whether owners or publisher should receive replies to items'>
|
label='Whether owners or publisher should receive replies to items'>
|
||||||
@ -6447,7 +6453,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
label='The default language of the node'/>
|
label='The default language of the node'/>
|
||||||
<field var='pubsub#max_items'
|
<field var='pubsub#max_items'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='The maximum number of items to persist'/>
|
label='The maximum number of items to persist. ∞ for no specific limit other than a server imposed maximum.'/>
|
||||||
<field var='pubsub#max_payload_size'
|
<field var='pubsub#max_payload_size'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='The maximum payload size in bytes'/>
|
label='The maximum payload size in bytes'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user