mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
Merge branch 'feature/xep-0060'
This commit is contained in:
commit
132f57c366
18
xep-0060.xml
18
xep-0060.xml
@ -49,6 +49,12 @@
|
|||||||
&pgmillard;
|
&pgmillard;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&ralphm;
|
&ralphm;
|
||||||
|
<revision>
|
||||||
|
<version>1.15.8</version>
|
||||||
|
<date>2019-06-19</date>
|
||||||
|
<initials>edhelas</initials>
|
||||||
|
<remark><p>Add pubsub#access_model and pubsub#publish_model to examples</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.15.7</version>
|
<version>1.15.7</version>
|
||||||
<date>2019-01-27</date>
|
<date>2019-01-27</date>
|
||||||
@ -1061,6 +1067,12 @@ 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#access_model' label='Access model' type='list-single'>
|
||||||
|
<value>open</value>
|
||||||
|
</field>
|
||||||
|
<field var='pubsub#publish_model' label='Publish model' type='list-single'>
|
||||||
|
<value>publishers</value>
|
||||||
|
</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' type='text-single'>
|
||||||
<value>120</value>
|
<value>120</value>
|
||||||
</field>
|
</field>
|
||||||
@ -6308,6 +6320,12 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
|||||||
<field var='pubsub#language'
|
<field var='pubsub#language'
|
||||||
type='list-single'
|
type='list-single'
|
||||||
label='The default language of the node'/>
|
label='The default language of the node'/>
|
||||||
|
<field var='pubsub#access_model'
|
||||||
|
type='list-single'
|
||||||
|
label='Access model'/>
|
||||||
|
<field var='pubsub#publish_model'
|
||||||
|
type='list-single'
|
||||||
|
label='Publish model'/>
|
||||||
<field var='pubsub#num_subscribers'
|
<field var='pubsub#num_subscribers'
|
||||||
type='text-single'
|
type='text-single'
|
||||||
label='The number of subscribers to the node'/>
|
label='The number of subscribers to the node'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user