-
Wrong type of @jabber:x:data@. Type of form must be @submit@.
<iq to="pubsub.x.tigase.org" type="set" id="config2"> <pubsub xmlns="http://jabber.org/protocol/pubsub#owner"> <configure node="generated-2000-0"> <x xmlns="jabber:x:data" type="submit"> <field type="hidden" var="FORM_TYPE"> <value>http://jabber.org/protocol/pubsub#node_config</value></field> <field type="boolean" label="Persist items to storage" var="pubsub#persist_items"> <value>0</value> </field> </x> </configure> </pubsub> </iq>
Type |
Bug
|
Priority |
Major
|
Assignee | |
RedmineID |
2322
|
Issue Votes (0)
Watchers (0)
I tried to change PubSub node configuration to turn-off storing publications in DB.
The field for storing items to DB was set to 1 in DB:
After running following packet and getting following response from the Tigase server:
The field in DB was still set to 1 as in above example.