mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
scansion: Add roster groups setting to pubsub form in tests
This commit is contained in:
parent
4701e73a72
commit
935de9b5e7
4 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,7 @@ Romeo receives:
|
|||
</option>
|
||||
<value>presence</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" label="Specify the publisher model" type="list-single">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
@ -176,6 +177,7 @@ Romeo sends:
|
|||
</option>
|
||||
<value>presence</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" type="list-single" label="Specify the publisher model">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
|
|
@ -69,6 +69,7 @@ Alice receives:
|
|||
</option>
|
||||
<value>open</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" label="Specify the publisher model" type="list-single">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
|
|
@ -69,6 +69,7 @@ Alice receives:
|
|||
</option>
|
||||
<value>open</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" label="Specify the publisher model" type="list-single">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
|
|
@ -73,6 +73,7 @@ Romeo receives:
|
|||
</option>
|
||||
<value>presence</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" label="Specify the publisher model" type="list-single">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
@ -175,6 +176,7 @@ Romeo sends:
|
|||
</option>
|
||||
<value>presence</value>
|
||||
</field>
|
||||
<field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/>
|
||||
<field var="pubsub#publish_model" type="list-single" label="Specify the publisher model">
|
||||
<option label="publishers">
|
||||
<value>publishers</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue