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
a25b3993
Commit
a25b3993
authored
Oct 13, 2015
by
daryl herzmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #309 from deleolajide/monitoring-ver-1.4.7
monitoring plugin version 1.4.7
parents
8964411b
46a3ec81
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 @
a25b3993
...
...
@@ -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>
...
...
src/plugins/monitoring/plugin.xml
View file @
a25b3993
...
...
@@ -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>
...
...
src/plugins/monitoring/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java
View file @
a25b3993
...
...
@@ -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
()
{
...
...
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