mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Fix tests failing after addition of pubsub#itemreply config field
This is a newly added field, and we expect to see it in these places now.
This commit is contained in:
parent
18d9e6f65a
commit
f3792af0fe
4 changed files with 51 additions and 0 deletions
|
@ -119,6 +119,18 @@ Romeo receives:
|
|||
<field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean">
|
||||
<value>1</value>
|
||||
</field>
|
||||
<field label="Specify whose JID to include as the publisher of items" var="pubsub#itemreply" type="list-single">
|
||||
<option label="Include the node owner's JID">
|
||||
<value>owner</value>
|
||||
</option>
|
||||
<option label="Include the item publisher's JID">
|
||||
<value>publisher</value>
|
||||
</option>
|
||||
<option label="Don't include any JID with items">
|
||||
<value>none</value>
|
||||
</option>
|
||||
<value>none</value>
|
||||
</field>
|
||||
</x>
|
||||
</configure>
|
||||
</pubsub>
|
||||
|
|
|
@ -114,6 +114,18 @@ Alice receives:
|
|||
<field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean">
|
||||
<value>1</value>
|
||||
</field>
|
||||
<field label="Specify whose JID to include as the publisher of items" var="pubsub#itemreply" type="list-single">
|
||||
<option label="Include the node owner's JID">
|
||||
<value>owner</value>
|
||||
</option>
|
||||
<option label="Include the item publisher's JID">
|
||||
<value>publisher</value>
|
||||
</option>
|
||||
<option label="Don't include any JID with items">
|
||||
<value>none</value>
|
||||
</option>
|
||||
<value>none</value>
|
||||
</field>
|
||||
</x>
|
||||
</configure>
|
||||
</pubsub>
|
||||
|
|
|
@ -114,6 +114,18 @@ Alice receives:
|
|||
<field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean">
|
||||
<value>1</value>
|
||||
</field>
|
||||
<field label="Specify whose JID to include as the publisher of items" var="pubsub#itemreply" type="list-single">
|
||||
<option label="Include the node owner's JID">
|
||||
<value>owner</value>
|
||||
</option>
|
||||
<option label="Include the item publisher's JID">
|
||||
<value>publisher</value>
|
||||
</option>
|
||||
<option label="Don't include any JID with items">
|
||||
<value>none</value>
|
||||
</option>
|
||||
<value>none</value>
|
||||
</field>
|
||||
</x>
|
||||
</configure>
|
||||
</pubsub>
|
||||
|
|
|
@ -118,6 +118,18 @@ Romeo receives:
|
|||
<field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean">
|
||||
<value>1</value>
|
||||
</field>
|
||||
<field label="Specify whose JID to include as the publisher of items" var="pubsub#itemreply" type="list-single">
|
||||
<option label="Include the node owner's JID">
|
||||
<value>owner</value>
|
||||
</option>
|
||||
<option label="Include the item publisher's JID">
|
||||
<value>publisher</value>
|
||||
</option>
|
||||
<option label="Don't include any JID with items">
|
||||
<value>none</value>
|
||||
</option>
|
||||
<value>none</value>
|
||||
</field>
|
||||
</x>
|
||||
</configure>
|
||||
</pubsub>
|
||||
|
@ -199,6 +211,9 @@ Romeo sends:
|
|||
<field var="pubsub#notify_retract" type="boolean" label="Whether to notify subscribers when items are removed from the node">
|
||||
<value>1</value>
|
||||
</field>
|
||||
<field var="pubsub#itemreply" type="boolean">
|
||||
<value>none</value>
|
||||
</field>
|
||||
</x>
|
||||
</configure>
|
||||
</pubsub>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue