Commit 46a3ec81 authored by Dele Olajide's avatar Dele Olajide

monitoring plugin version 1.4.7

Fixed feature-not-implemented error
parent 8964411b
......@@ -44,6 +44,11 @@
Monitoring Plugin Changelog
</h1>
<p><b>1.4.7</b> -- Oct 13, 2015</p>
<ul>
<li>Fixed feature-not-implemented error</li>
</ul>
<p><b>1.4.6</b> -- Aug 11, 2015</p>
<ul>
<li>Added support for XEP-0313: Message Archive Management</li>
......
......@@ -5,8 +5,8 @@
<name>Monitoring Service</name>
<description>Monitors conversations and statistics of the server.</description>
<author>Jive Software</author>
<version>1.4.6</version>
<date>08/11/2015</date>
<version>1.4.7</version>
<date>10/13/2015</date>
<minServerVersion>3.9.0</minServerVersion>
<databaseKey>monitoring</databaseKey>
<databaseVersion>3</databaseVersion>
......
......@@ -191,12 +191,6 @@ public class MonitoringPlugin implements Plugin {
}
picoContainer.start();
xep0136Support = new Xep0136Support(XMPPServer.getInstance());
xep0136Support.start();
xep0313Support = new Xep0313Support(XMPPServer.getInstance());
xep0313Support.start();
}
public void destroyPlugin() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment