Loading the properties during Openfire startup

Hi,

I’m trying to update the openfire properties during startup. So mentioning the details in the openfire.xml

<jive>
<plugin>
    <restapi>
      <enabled>true</enabled>
      <httpAuth>secret</httpAuth>
      <secret>new loaded</secret>
    </restapi>
  </plugin> 
</jive>

If the properties are not there in ofProperty table then it will add, but if it already exists then it will not update.

Any solution for this issue?? I want to use config file to update the property not admin console

@guus Any update on this?