Software /
code /
prosody
Comparison
spec/scansion/pubsub_config.scs @ 12966:7465d3c5679d
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.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 23 Mar 2023 14:16:32 +0000 |
parent | 11856:14a679588b7b |
comparison
equal
deleted
inserted
replaced
12965:edde56b60fd7 | 12966:7465d3c5679d |
---|---|
117 <value>1</value> | 117 <value>1</value> |
118 </field> | 118 </field> |
119 <field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean"> | 119 <field var="pubsub#notify_retract" label="Whether to notify subscribers when items are removed from the node" type="boolean"> |
120 <value>1</value> | 120 <value>1</value> |
121 </field> | 121 </field> |
122 <field label="Specify whose JID to include as the publisher of items" var="pubsub#itemreply" type="list-single"> | |
123 <option label="Include the node owner's JID"> | |
124 <value>owner</value> | |
125 </option> | |
126 <option label="Include the item publisher's JID"> | |
127 <value>publisher</value> | |
128 </option> | |
129 <option label="Don't include any JID with items"> | |
130 <value>none</value> | |
131 </option> | |
132 <value>none</value> | |
133 </field> | |
122 </x> | 134 </x> |
123 </configure> | 135 </configure> |
124 </pubsub> | 136 </pubsub> |
125 </iq> | 137 </iq> |
126 | 138 |