Hi,
I want to set properties in openfire.xml.
I tried this
<plugin>
<restapi>
<enabled>
<prop>true</prop>
</enabled>
</restapi>
</plugin>
but after restart of Openfire, those properties are not set in ofproperty table.
in openfire.xml, it’s written this:
<!--
This file stores bootstrap properties needed by Openfire.
Property names must be in the format: "prop.name.is.blah=value"
That will be stored as:
<prop>
<name>
<is>
<blah>value</blah>
</is>
</name>
</prop>
Most properties are stored in the Openfire database. A
property viewer and editor is included in the admin console.
-->
can someone help me to set properties in autosetup, please.
thanks for your support.
MBE