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
e3b94f0b
Commit
e3b94f0b
authored
May 11, 2017
by
Guus der Kinderen
Committed by
daryl herzmann
May 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1328: Update JSTUN to 0.7.4 (#801)
parent
e585342b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
4 deletions
+16
-4
pom.xml
plugins/pom.xml
+1
-2
pom.xml
plugins/stunserver/pom.xml
+7
-0
changelog.html
src/plugins/stunserver/changelog.html
+6
-0
jstun-0.6.1.jar
src/plugins/stunserver/lib/jstun-0.6.1.jar
+0
-0
jstun-0.7.4.jar
src/plugins/stunserver/lib/jstun-0.7.4.jar
+0
-0
plugin.xml
src/plugins/stunserver/plugin.xml
+2
-2
No files found.
plugins/pom.xml
View file @
e3b94f0b
...
@@ -39,8 +39,7 @@
...
@@ -39,8 +39,7 @@
<module>
search
</module>
<module>
search
</module>
<!-- Missing dependencies -->
<!-- Missing dependencies -->
<!--<module>sip</module>-->
<!--<module>sip</module>-->
<!-- Missing dependencies: jstun-0.6.1.jar -->
<module>
stunserver
</module>
<!--<module>stunserver</module>-->
<module>
subscription
</module>
<module>
subscription
</module>
<module>
userCreation
</module>
<module>
userCreation
</module>
<module>
userImportExport
</module>
<module>
userImportExport
</module>
...
...
plugins/stunserver/pom.xml
View file @
e3b94f0b
...
@@ -19,4 +19,11 @@
...
@@ -19,4 +19,11 @@
</plugins>
</plugins>
</build>
</build>
<dependencies>
<dependency>
<groupId>
de.javawi.jstun
</groupId>
<artifactId>
jstun
</artifactId>
<version>
0.7.4
</version>
</dependency>
</dependencies>
</project>
</project>
src/plugins/stunserver/changelog.html
View file @
e3b94f0b
...
@@ -43,6 +43,12 @@
...
@@ -43,6 +43,12 @@
<h1>
<h1>
STUN Server Plugin Changelog
STUN Server Plugin Changelog
</h1>
</h1>
<p><b>
1.2.2
</b>
-- May 11, 2017
</p>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1328'
>
OF-1328
</a>
] - Updated JSTUN library to 0.7.4.
</li>
</ul>
<p><b>
1.2.1
</b>
-- December 19, 2016
</p>
<p><b>
1.2.1
</b>
-- December 19, 2016
</p>
<ul>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1103'
>
OF-1103
</a>
] - UI Improvements.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1103'
>
OF-1103
</a>
] - UI Improvements.
</li>
...
...
src/plugins/stunserver/lib/jstun-0.6.1.jar
deleted
100644 → 0
View file @
e585342b
File deleted
src/plugins/stunserver/lib/jstun-0.7.4.jar
0 → 100644
View file @
e3b94f0b
File added
src/plugins/stunserver/plugin.xml
View file @
e3b94f0b
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<name>
STUN server plugin
</name>
<name>
STUN server plugin
</name>
<description>
Adds STUN functionality to Openfire
</description>
<description>
Adds STUN functionality to Openfire
</description>
<author>
Ignite Realtime
</author>
<author>
Ignite Realtime
</author>
<version>
1.2.
1
</version>
<version>
1.2.
2
</version>
<date>
12/19/2016
</date>
<date>
05/11/2017
</date>
<minServerVersion>
4.0.0
</minServerVersion>
<minServerVersion>
4.0.0
</minServerVersion>
<adminconsole>
<adminconsole>
...
...
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