• akrherz's avatar
    Change OF min version to 3.9.4 · d92daf9b
    akrherz authored
    Since OF 3.9.3 has a bug whereby it thinks 3.10.0 is older than 3.9.3,
    this causes a problem as OF 3.9.3 will attempt to install plugins that
    it can not run.  This change puts the 3.10.0 plugins at a release that
    will not happen, which keeps them affectively from getting installed.
    d92daf9b
plugin.xml 817 Bytes
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Plugin configuration for the sessions debugger plugin.
-->
<plugin>
    <class>org.jivesoftware.openfire.plugin.DebuggerPlugin</class>
    <name>Debugger Plugin</name>
    <description>Prints XML traffic to the stdout (raw and interpreted XML)</description>
    <author>Jive Software</author>
    <version>1.4.0</version>
    <date>10/20/2014</date>
    <minServerVersion>3.9.4</minServerVersion>

   <adminconsole>
      <tab id="tab-server">
         <sidebar id="sidebar-server-settings">
            <item id="debugger-conf"
                  name="Debugger Properties"
                  url="debugger-conf.jsp"
                  description="Edit debugger plugin properties" />
         </sidebar>
      </tab>
   </adminconsole>
</plugin>