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
7c34c622
Commit
7c34c622
authored
Nov 24, 2015
by
Christian Schudt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase WebSocket minVersion because it requires the new API to create a session with a locale.
parent
8c1768c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
changelog.html
src/plugins/websocket/changelog.html
+6
-0
plugin.xml
src/plugins/websocket/plugin.xml
+2
-2
No files found.
src/plugins/websocket/changelog.html
View file @
7c34c622
...
@@ -44,6 +44,12 @@
...
@@ -44,6 +44,12 @@
Openfire WebSocket Plugin Changelog
Openfire WebSocket Plugin Changelog
</h1>
</h1>
<p><b>
1.1
</b>
-- November 24, 2015
</p>
<ul>
<li>
Pass 'xml:lang' attribute to the session.
</li>
</ul>
<p><b>
1.0
</b>
-- July 28, 2015
</p>
<p><b>
1.0
</b>
-- July 28, 2015
</p>
<ul>
<ul>
...
...
src/plugins/websocket/plugin.xml
View file @
7c34c622
...
@@ -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.0.0
</version>
<version>
1.0.0
</version>
<date>
07/28
/2015
</date>
<date>
11/24
/2015
</date>
<url>
https://tools.ietf.org/html/rfc7395
</url>
<url>
https://tools.ietf.org/html/rfc7395
</url>
<minServerVersion>
3.1
0
.0
</minServerVersion>
<minServerVersion>
3.1
1
.0
</minServerVersion>
</plugin>
</plugin>
\ 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