Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
46a3ec81
Commit
46a3ec81
authored
Oct 13, 2015
by
Dele Olajide
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitoring plugin version 1.4.7
Fixed feature-not-implemented error
parent
8964411b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
changelog.html
src/plugins/monitoring/changelog.html
+7
-2
plugin.xml
src/plugins/monitoring/plugin.xml
+2
-2
MonitoringPlugin.java
...va/org/jivesoftware/openfire/plugin/MonitoringPlugin.java
+0
-6
No files found.
src/plugins/monitoring/changelog.html
View file @
46a3ec81
...
@@ -44,6 +44,11 @@
...
@@ -44,6 +44,11 @@
Monitoring Plugin Changelog
Monitoring Plugin Changelog
</h1>
</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>
<p><b>
1.4.6
</b>
-- Aug 11, 2015
</p>
<ul>
<ul>
<li>
Added support for XEP-0313: Message Archive Management
</li>
<li>
Added support for XEP-0313: Message Archive Management
</li>
...
...
src/plugins/monitoring/plugin.xml
View file @
46a3ec81
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<name>
Monitoring Service
</name>
<name>
Monitoring Service
</name>
<description>
Monitors conversations and statistics of the server.
</description>
<description>
Monitors conversations and statistics of the server.
</description>
<author>
Jive Software
</author>
<author>
Jive Software
</author>
<version>
1.4.
6
</version>
<version>
1.4.
7
</version>
<date>
08/11
/2015
</date>
<date>
10/13
/2015
</date>
<minServerVersion>
3.9.0
</minServerVersion>
<minServerVersion>
3.9.0
</minServerVersion>
<databaseKey>
monitoring
</databaseKey>
<databaseKey>
monitoring
</databaseKey>
<databaseVersion>
3
</databaseVersion>
<databaseVersion>
3
</databaseVersion>
...
...
src/plugins/monitoring/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java
View file @
46a3ec81
...
@@ -191,12 +191,6 @@ public class MonitoringPlugin implements Plugin {
...
@@ -191,12 +191,6 @@ public class MonitoringPlugin implements Plugin {
}
}
picoContainer
.
start
();
picoContainer
.
start
();
xep0136Support
=
new
Xep0136Support
(
XMPPServer
.
getInstance
());
xep0136Support
.
start
();
xep0313Support
=
new
Xep0313Support
(
XMPPServer
.
getInstance
());
xep0313Support
.
start
();
}
}
public
void
destroyPlugin
()
{
public
void
destroyPlugin
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment