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
437f71af
Commit
437f71af
authored
Oct 12, 2015
by
Guus der Kinderen
Committed by
akrherz
Nov 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-953: Plugin metadata should reflect new dependency.
parent
5df5dab9
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
253 additions
and
90 deletions
+253
-90
changelog.html
src/plugins/clientControl/changelog.html
+4
-0
changelog.html
src/plugins/clustering/changelog.html
+6
-0
plugin.xml
src/plugins/clustering/plugin.xml
+3
-3
changelog.html
src/plugins/contentFilter/changelog.html
+6
-0
plugin.xml
src/plugins/contentFilter/plugin.xml
+3
-3
changelog.html
src/plugins/dbaccess/changelog.html
+8
-2
plugin.xml
src/plugins/dbaccess/plugin.xml
+3
-3
changelog.html
src/plugins/emailListener/changelog.html
+6
-0
plugin.xml
src/plugins/emailListener/plugin.xml
+3
-3
changelog.html
src/plugins/fastpath/changelog.html
+7
-1
plugin.xml
src/plugins/fastpath/plugin.xml
+3
-3
changelog.html
src/plugins/gojara/changelog.html
+7
-0
plugin.xml
src/plugins/gojara/plugin.xml
+3
-3
changelog.html
src/plugins/hazelcast/changelog.html
+6
-0
plugin.xml
src/plugins/hazelcast/plugin.xml
+3
-3
changelog.html
src/plugins/jingleNodes/changelog.html
+6
-0
plugin.xml
src/plugins/jingleNodes/plugin.xml
+3
-3
changelog.html
src/plugins/justmarried/changelog.html
+7
-1
plugin.xml
src/plugins/justmarried/plugin.xml
+3
-3
changelog.html
src/plugins/kraken/changelog.html
+5
-0
plugin.xml
src/plugins/kraken/plugin.xml
+3
-3
changelog.html
src/plugins/monitoring/changelog.html
+5
-0
plugin.xml
src/plugins/monitoring/plugin.xml
+3
-3
changelog.html
src/plugins/motd/changelog.html
+6
-0
plugin.xml
src/plugins/motd/plugin.xml
+3
-3
changelog.html
src/plugins/nodejs/changelog.html
+6
-0
plugin.xml
src/plugins/nodejs/plugin.xml
+4
-3
changelog.html
src/plugins/ofmeet/changelog.html
+5
-0
plugin.xml
src/plugins/ofmeet/plugin.xml
+3
-4
changelog.html
src/plugins/packetFilter/changelog.html
+6
-0
plugin.xml
src/plugins/packetFilter/plugin.xml
+3
-3
changelog.html
src/plugins/presence/changelog.html
+6
-0
plugin.xml
src/plugins/presence/plugin.xml
+3
-3
changelog.html
src/plugins/rayo/changelog.html
+7
-0
plugin.xml
src/plugins/rayo/plugin.xml
+3
-3
changelog.html
src/plugins/registration/changelog.html
+6
-0
plugin.xml
src/plugins/registration/plugin.xml
+3
-3
changelog.html
src/plugins/restAPI/changelog.html
+6
-1
plugin.xml
src/plugins/restAPI/plugin.xml
+4
-5
changelog.html
src/plugins/search/changelog.html
+7
-0
plugin.xml
src/plugins/search/plugin.xml
+3
-3
changelog.html
src/plugins/sip/changelog.html
+6
-0
plugin.xml
src/plugins/sip/plugin.xml
+3
-3
changelog.html
src/plugins/stunserver/changelog.html
+6
-0
plugin.xml
src/plugins/stunserver/plugin.xml
+3
-3
changelog.html
src/plugins/subscription/changelog.html
+6
-1
plugin.xml
src/plugins/subscription/plugin.xml
+3
-3
changelog.html
src/plugins/userCreation/changelog.html
+6
-0
plugin.xml
src/plugins/userCreation/plugin.xml
+3
-3
changelog.html
src/plugins/userImportExport/changelog.html
+6
-0
plugin.xml
src/plugins/userImportExport/plugin.xml
+3
-3
changelog.html
src/plugins/userservice/changelog.html
+6
-0
plugin.xml
src/plugins/userservice/plugin.xml
+3
-3
changelog.html
src/plugins/xmldebugger/changelog.html
+6
-0
plugin.xml
src/plugins/xmldebugger/plugin.xml
+3
-3
No files found.
src/plugins/clientControl/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,10 @@
<h1>
Client Control Plugin Changelog
</h1>
<p><b>
1.3.1
</b>
-- Nov 18, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
</ul>
<p><b>
1.3.1
</b>
-- Nov 08, 2015
</p>
<ul>
<li>
Added Name as a nickname option to Group Chat Bookmark.
</li>
...
...
src/plugins/clustering/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
Clustering Plugin Changelog
</h1>
<p><b>
1.4.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.3.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/clustering/plugin.xml
View file @
437f71af
...
...
@@ -5,7 +5,7 @@
<name>
${plugin.name}
</name>
<description>
${plugin.description}
</description>
<author>
Jive Software
</author>
<version>
1.
3
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
4
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
</plugin>
src/plugins/contentFilter/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
ContentFilter Plugin Changelog
</h1>
<p><b>
1.8.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.7.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/contentFilter/plugin.xml
View file @
437f71af
...
...
@@ -8,9 +8,9 @@
<name>
Content Filter
</name>
<description>
Scans message packets for defined patterns
</description>
<author>
Conor Hayes
</author>
<version>
1.
7
.0
</version>
<date>
9/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
8
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<!-- UI extension -->
<adminconsole>
...
...
src/plugins/dbaccess/changelog.html
View file @
437f71af
...
...
@@ -44,12 +44,18 @@
DB Access Plugin Changelog
</h1>
<p><b>
1.1
</b>
-- Sep 13, 2013
</p>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
</ul>
<p><b>
1.0
</b>
-- Aug 27, 2008
</p>
<p><b>
1.0
.0
</b>
-- Aug 27, 2008
</p>
<ul>
<li>
Initial release.
</li>
...
...
src/plugins/dbaccess/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
DB Access
</name>
<description>
Provides administrators with a simple direct access interface to their Openfire DB.
</description>
<author>
Daniel Henninger
</author>
<version>
1.
1
.0
</version>
<date>
9/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
2
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/emailListener/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
<h1>
Email Listener Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/emailListener/plugin.xml
View file @
437f71af
...
...
@@ -8,10 +8,10 @@
<name>
Email Listener
</name>
<description>
Listens for emails and sends alerts to specific users.
</description>
<author>
Jive Software
</author>
<version>
1.1.0
</version>
<date>
9/13/2013
</date>
<url>
http://www.igniterealtime.org
</url>
<minServerVersion>
3.9.0
</minServerVersion>
<version>
1.2.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.11.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/fastpath/changelog.html
View file @
437f71af
...
...
@@ -44,9 +44,15 @@
Fastpath Plugin Changelog
</h1>
<p><b>
4.4.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
4.3.1
</b>
-- Jan 11, 2014
</p>
<ul>
<li>
Fixe OF-676
</li>
<li>
Fixe
d
OF-676
</li>
</ul>
<p><b>
4.3.0
</b>
-- Sep 13, 2013
</p>
...
...
src/plugins/fastpath/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Fastpath Service
</name>
<description>
Support for managed queued chat requests, such as a support team might use.
</description>
<author>
Jive Software
</author>
<version>
4.
3.1
</version>
<date>
9/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
4.
4.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<databaseKey>
fastpath
</databaseKey>
<databaseVersion>
0
</databaseVersion>
...
...
src/plugins/gojara/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,13 @@
<h1>
GoJara Plugin Changelog
</h1>
<p><b>
2.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
2.1.5
</b>
-- Okt 21, 2013
</p>
<ul>
...
...
src/plugins/gojara/plugin.xml
View file @
437f71af
...
...
@@ -9,11 +9,11 @@
<description>
ProtoXEP-xxxx: Remote Roster Management support
</description>
<author>
Holger Bergunde / Daniel Henninger / Axel-F. Brand
</author>
<version>
2.
1.5
</version>
<date>
10/
21/2013
</date>
<version>
2.
2.0
</version>
<date>
10/
12/2015
</date>
<databaseKey>
gojara
</databaseKey>
<databaseVersion>
1
</databaseVersion>
<minServerVersion>
3.
7
.0
</minServerVersion>
<minServerVersion>
3.
11
.0
</minServerVersion>
<!-- Admin console entries -->
...
...
src/plugins/hazelcast/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
Hazelcast Clustering Plugin Changelog
</h1>
<p><b>
2.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
2.1.2
</b>
-- September 16, 2015
</p>
<p>
Bug fix:
</p>
<ul>
...
...
src/plugins/hazelcast/plugin.xml
View file @
437f71af
...
...
@@ -5,7 +5,7 @@
<name>
${plugin.name}
</name>
<description>
${plugin.description}
</description>
<author>
Tom Evans
</author>
<version>
2.
1.2
</version>
<date>
09/16
/2015
</date>
<minServerVersion>
3.
9.4
</minServerVersion>
<version>
2.
2.0
</version>
<date>
10/12
/2015
</date>
<minServerVersion>
3.
11.0
</minServerVersion>
</plugin>
src/plugins/jingleNodes/changelog.html
View file @
437f71af
...
...
@@ -49,6 +49,12 @@
Jingle Nodes Plugin Changelog
</h1>
<p><b>
0.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
0.1.3
</b>
-- May 9th, 2015
</p>
<ul>
<li>
Replaced jingle nodes relay library jar file with latest source code
</li>
...
...
src/plugins/jingleNodes/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Jingle Nodes Plugin
</name>
<description>
Provides support for Jingle Nodes
</description>
<author>
Jingle Nodes (Rodrigo Martins)
</author>
<version>
0.
1.3
</version>
<date>
05/09
/2015
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
0.
2.0
</version>
<date>
10/12
/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/justmarried/changelog.html
View file @
437f71af
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<title>
GoJara
Plugin Changelog
</title>
<title>
Just Married
Plugin Changelog
</title>
<style
type=
"text/css"
>
BODY
{
font-size
:
100%
;
...
...
@@ -44,6 +44,12 @@
Just married Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.0.3
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/justmarried/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Just married
</name>
<description>
Allows admins to rename or copy users
</description>
<author>
Holger Bergunde
</author>
<version>
1.1
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.9
.0
</minServerVersion>
<version>
1.2
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-users"
>
...
...
src/plugins/kraken/changelog.html
View file @
437f71af
...
...
@@ -141,6 +141,11 @@ hr {
<li>
MySpaceIM logins do not work. Something is wrong with the hash.
</li>
</ul>
<p><b>
1.3.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.2.0
</b>
-- Sep 13, 2013
</p>
<ul>
...
...
src/plugins/kraken/plugin.xml
View file @
437f71af
...
...
@@ -8,9 +8,9 @@
<name>
Kraken IM Gateway
</name>
<description>
${gateway.description}
</description>
<author>
Daniel Henninger
</author>
<version>
1.
2
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
3
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<databaseKey>
gateway
</databaseKey>
<databaseVersion>
12
</databaseVersion>
<licenseType>
gpl
</licenseType>
...
...
src/plugins/monitoring/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,11 @@
Monitoring Plugin Changelog
</h1>
<p><b>
1.5.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.4.7
</b>
-- Oct 13, 2015
</p>
<ul>
<li>
Fixed feature-not-implemented error
</li>
...
...
src/plugins/monitoring/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Monitoring Service
</name>
<description>
Monitors conversations and statistics of the server.
</description>
<author>
Jive Software
</author>
<version>
1.
4.7
</version>
<date>
10/1
3
/2015
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
5.0
</version>
<date>
10/1
2
/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<databaseKey>
monitoring
</databaseKey>
<databaseVersion>
3
</databaseVersion>
...
...
src/plugins/motd/changelog.html
View file @
437f71af
...
...
@@ -42,6 +42,12 @@
<h1>
MotD Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/motd/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
MotD (Message of the Day)
</name>
<description>
Allows admins to have a message sent to users each time they log in.
</description>
<author>
Ryan Graham
</author>
<version>
1.
1
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
2
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-users"
>
...
...
src/plugins/nodejs/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
NodeJs Plugin Changelog
</h1>
<p><b>
0.1.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
0.0.1
</b>
-- May 14, 2014
</p>
<ul>
...
...
src/plugins/nodejs/plugin.xml
View file @
437f71af
...
...
@@ -2,11 +2,12 @@
<plugin>
<author>
igniterealtime.org
</author>
<class>
org.ifsoft.nodejs.openfire.PluginImpl
</class>
<name>
NodeJs
</name>
<description>
Integrates NodeJs Applications with Openfire.
</description>
<licenseType>
Apache 2.0
</licenseType>
<
minServerVersion>
3.8.2
</minServerV
ersion>
<
name>
NodeJ
</nam
e>
<
version>
0.0.1
</v
ersion>
<
version>
0.1.0
</v
ersion>
<
date>
10/12/2015
</dat
e>
<
minServerVersion>
3.11.0
</minServerV
ersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/ofmeet/changelog.html
View file @
437f71af
...
...
@@ -49,7 +49,12 @@
Openfire Meetings Plugin Changelog
</h1>
<p><b>
0.3.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
0.2.3
</b>
-- Nov 14th, 2015
</p>
<ul>
...
...
src/plugins/ofmeet/plugin.xml
View file @
437f71af
...
...
@@ -5,10 +5,9 @@
<name>
Openfire Meetings
</name>
<description>
Provides high quality, scalable video conferences using Jitsi Meet and Jitsi Videobridge
</description>
<author>
Ignite Realtime
</author>
<version>
0.2.3
</version>
<date>
11/14/2015
</date>
<minServerVersion>
3.9.9
</minServerVersion>
<version>
0.3.0
</version>
<date>
11/18/2015
</date>
<minServerVersion>
3.11.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-ofmeet"
name=
"${plugin.title}"
url=
"ofmeet-summary.jsp"
description=
"${plugin.description}"
>
<sidebar
id=
"siderbar-ofmeet"
name=
"${plugin.title}"
>
...
...
src/plugins/packetFilter/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
<h1>
Packet Filter Plugin Changelog
</h1>
<p><b>
3.3.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
3.2.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/packetFilter/plugin.xml
View file @
437f71af
...
...
@@ -7,9 +7,9 @@
<name>
Packet Filter
</name>
<description>
Rules to enforce ethical communication
</description>
<author>
Nate Putnam
</author>
<version>
3.
2
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
3.
3
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<databaseKey>
packetfilter
</databaseKey>
<databaseVersion>
2
</databaseVersion>
...
...
src/plugins/presence/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
Presence Plugin Changelog
</h1>
<p><b>
1.7.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.6.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/presence/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Presence Service
</name>
<description>
Exposes presence information through HTTP.
</description>
<author>
Jive Software
</author>
<version>
1.
6
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
7
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/rayo/changelog.html
View file @
437f71af
...
...
@@ -49,6 +49,13 @@
Rayo Plugin Changelog
</h1>
<p><b>
0.1.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
0.0.2
</b>
-- March 2nd, 2014
</p>
<ul>
Added suppport for secondary conferences
</li>
...
...
src/plugins/rayo/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Rayo Plugin
</name>
<description>
Provides support for XEP-0327
</description>
<author>
Ignite Realtime Community
</author>
<version>
0.
0.2
</version>
<date>
2/4/2014
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
0.
1.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-rayo"
name=
"Rayo"
url=
"rayo.jsp"
description=
"${admin.item.rayo.description}"
>
...
...
src/plugins/registration/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
Registration Plugin Changelog
</h1>
<p><b>
1.7.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.6.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/registration/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Registration
</name>
<description>
Performs various actions whenever a new user account is created.
</description>
<author>
Ryan Graham
</author>
<version>
1.
6
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
7
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-users"
>
...
...
src/plugins/restAPI/changelog.html
View file @
437f71af
...
...
@@ -44,13 +44,18 @@
REST API Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.7
</b>
-- November 13th, 2015
</p>
<ul>
<li>
Added: Provide the possibility to use a Custom Auth Filter
</li>
<li>
Fixed: Preflight request will be not blocked by Authentication
</li>
<li>
Added: Group names in ChatRoom Entity
</li>
</ul>
<p><b>
1.1.6
</b>
-- September 24th, 2015
</p>
<ul>
<li>
Added: Endpoints to add / remove a user from a user group
</li>
...
...
src/plugins/restAPI/plugin.xml
View file @
437f71af
...
...
@@ -5,11 +5,10 @@
<name>
REST API
</name>
<description>
Allows administration over a RESTful API.
</description>
<author>
Roman Soldatow
</author>
<version>
1.1.7
</version>
<date>
11/13/2015
</date>
<minServerVersion>
3.10.0
</minServerVersion>
<adminconsole>
<version>
1.2.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.11.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
<sidebar
id=
"sidebar-server-settings"
>
<item
id=
"rest-api"
name=
"REST API"
url=
"rest-api.jsp"
...
...
src/plugins/search/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,13 @@
<h1>
Search Plugin Changelog
</h1>
<p><b>
1.7.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.6.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/search/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
Search
</name>
<description>
Provides support for Jabber Search (XEP-0055)
</description>
<author>
Ryan Graham
</author>
<version>
1.
6
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
7
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/sip/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
SIP Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/sip/plugin.xml
View file @
437f71af
...
...
@@ -5,11 +5,11 @@
<name>
SIP Phone Plugin
</name>
<description>
Provides support for SIP account management
</description>
<author>
Ignite Realtime
</author>
<version>
1.
1
.0
</version>
<date>
09/13/2013
</date>
<version>
1.
2
.0
</version>
<date>
10/12/2015
</date>
<databaseKey>
sip
</databaseKey>
<databaseVersion>
2
</databaseVersion>
<minServerVersion>
3.
9
.0
</minServerVersion>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/stunserver/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
<h1>
STUN Server Plugin Changelog
</h1>
<p><b>
1.2.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.1.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/stunserver/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
STUN server plugin
</name>
<description>
Adds STUN functionality to Openfire
</description>
<author>
Ignite Realtime
</author>
<version>
1.
1
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
1.
2
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"sidebar-media-services"
>
...
...
src/plugins/subscription/changelog.html
View file @
437f71af
...
...
@@ -49,12 +49,17 @@
Subscription Plugin Changelog
</h1>
<p><b>
1.4.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.3.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
</ul>
<p><b>
1.2.2
</b>
-- February 02, 2010
</p>
<ul>
<li>
Updated license from GPL to Apache.
</li>
...
...
src/plugins/subscription/plugin.xml
View file @
437f71af
...
...
@@ -5,10 +5,10 @@
<name>
Subscription
</name>
<description>
Automatically accepts or rejects subscription requests
</description>
<author>
Ryan Graham
</author>
<version>
1.
3
.0
</version>
<date>
09/13/2013
</date>
<version>
1.
4
.0
</version>
<date>
10/12/2015
</date>
<url>
http://www.igniterealtime.org
</url>
<minServerVersion>
3.
9
.0
</minServerVersion>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/userCreation/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
<h1>
User Creation Plugin Changelog
</h1>
<p><b>
1.3.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.2.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/userCreation/plugin.xml
View file @
437f71af
...
...
@@ -8,10 +8,10 @@
<name>
User Creation
</name>
<description>
Creates users and populates rosters.
</description>
<author>
Jive Software
</author>
<version>
1.
2
.0
</version>
<date>
09/13/2013
</date>
<version>
1.
3
.0
</version>
<date>
10/12/2015
</date>
<url>
http://www.igniterealtime.org
</url>
<minServerVersion>
3.
9
.0
</minServerVersion>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-users"
>
...
...
src/plugins/userImportExport/changelog.html
View file @
437f71af
...
...
@@ -148,6 +148,12 @@ hr {
</div>
<div
id=
"pageBody"
>
<p><b>
2.5.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
2.4.0
</b>
-- Sep 13, 2013
</p>
<ul>
<li>
Requires Openfire 3.9.0.
</li>
...
...
src/plugins/userImportExport/plugin.xml
View file @
437f71af
...
...
@@ -6,9 +6,9 @@
<name>
User Import Export
</name>
<description>
Enables import and export of user data
</description>
<author>
Ryan Graham
</author>
<version>
2.
4
.0
</version>
<date>
09/13/2013
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
2.
5
.0
</version>
<date>
10/12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-users"
>
...
...
src/plugins/userservice/changelog.html
View file @
437f71af
...
...
@@ -44,6 +44,12 @@
User Service Plugin Changelog
</h1>
<p><b>
2.1.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
2.0.2
</b>
-- October 8th, 2014
</p>
<ul>
<li>
Fixed the problem with backward compatibility to user service 1.*
</li>
...
...
src/plugins/userservice/plugin.xml
View file @
437f71af
...
...
@@ -5,9 +5,9 @@
<name>
User Service
</name>
<description>
(Deprecated) Please use the REST API Plugin. Allows administration of users via HTTP requests.
</description>
<author>
Roman Soldatow, Justin Hunt
</author>
<version>
2.
0.2
</version>
<date>
10/
08/2014
</date>
<minServerVersion>
3.
9
.0
</minServerVersion>
<version>
2.
1.0
</version>
<date>
10/
12/2015
</date>
<minServerVersion>
3.
11
.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
src/plugins/xmldebugger/changelog.html
View file @
437f71af
...
...
@@ -43,6 +43,12 @@
<h1>
XML Debugger Plugin Changelog
</h1>
<p><b>
1.5.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
Requires Openfire 3.11.0.
</li>
</ul>
<p><b>
1.4.0
</b>
-- Oct 20, 2014
</p>
<ul>
<li>
Updated for MINA 2.0.x API changes. Requires Openfire 3.10.0.
</li>
...
...
src/plugins/xmldebugger/plugin.xml
View file @
437f71af
...
...
@@ -8,9 +8,9 @@
<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>
<version>
1.
5
.0
</version>
<date>
10/
12/2015
</date>
<minServerVersion>
3.
11.0
</minServerVersion>
<adminconsole>
<tab
id=
"tab-server"
>
...
...
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