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
a542b323
Commit
a542b323
authored
Aug 07, 2017
by
Guus der Kinderen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1362: Update version number of websocket plugin.
parent
bb9d52c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
changelog.html
src/plugins/websocket/changelog.html
+8
-1
plugin.xml
src/plugins/websocket/plugin.xml
+2
-2
pom.xml
src/plugins/websocket/pom.xml
+2
-2
No files found.
src/plugins/websocket/changelog.html
View file @
a542b323
...
@@ -44,6 +44,13 @@
...
@@ -44,6 +44,13 @@
Openfire WebSocket Plugin Changelog
Openfire WebSocket Plugin Changelog
</h1>
</h1>
<p><b>
1.2.1
</b>
-- August 7, 2017
</p>
<ul>
<li>
[
<a
href=
'https://igniterealtime.org/issues/browse/OF-1362'
></a>
] - OF-1362: Websocket plugin has been broken since Openfire 4.1.4.
</li>
<li>
Minimum server requirement: 4.1.5
</li>
</ul>
<p><b>
1.2.0
</b>
-- May 8, 2017
</p>
<p><b>
1.2.0
</b>
-- May 8, 2017
</p>
<ul>
<ul>
...
@@ -90,4 +97,4 @@ Openfire WebSocket Plugin Changelog
...
@@ -90,4 +97,4 @@ Openfire WebSocket Plugin Changelog
</body>
</body>
</html>
</html>
\ No newline at end of file
src/plugins/websocket/plugin.xml
View file @
a542b323
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<description>
Provides WebSocket support for Openfire.
</description>
<description>
Provides WebSocket support for Openfire.
</description>
<author>
Tom Evans
</author>
<author>
Tom Evans
</author>
<version>
1.2.1
</version>
<version>
1.2.1
</version>
<date>
0
6/30
/2017
</date>
<date>
0
8/07
/2017
</date>
<url>
https://tools.ietf.org/html/rfc7395
</url>
<url>
https://tools.ietf.org/html/rfc7395
</url>
<minServerVersion>
4.1.5
</minServerVersion>
<minServerVersion>
4.1.5
</minServerVersion>
</plugin>
</plugin>
\ No newline at end of file
src/plugins/websocket/pom.xml
View file @
a542b323
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
websocket
</artifactId>
<artifactId>
websocket
</artifactId>
<version>
1.2.
0
</version>
<version>
1.2.
1
</version>
<name>
WebSocket Plugin
</name>
<name>
WebSocket Plugin
</name>
<description>
Provides WebSocket support for Openfire.
</description>
<description>
Provides WebSocket support for Openfire.
</description>
...
@@ -35,4 +35,4 @@
...
@@ -35,4 +35,4 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
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