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
74547352
Unverified
Commit
74547352
authored
Feb 14, 2018
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
march 4.2 branch toward version 4.2.3-alpha
parent
30b8ad76
Changes
45
Show whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
46 additions
and
46 deletions
+46
-46
build.xml
build/build.xml
+2
-2
pom.xml
dbutil/pom.xml
+1
-1
pom.xml
i18n/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
XMPPServerInfoImpl.java
...ava/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+1
-1
pom.xml
src/plugins/bookmarks/pom.xml
+1
-1
pom.xml
src/plugins/broadcast/pom.xml
+1
-1
pom.xml
src/plugins/callbackOnOffline/pom.xml
+1
-1
pom.xml
src/plugins/candy/pom.xml
+1
-1
pom.xml
src/plugins/clientControl/pom.xml
+1
-1
pom.xml
src/plugins/contentFilter/pom.xml
+1
-1
pom.xml
src/plugins/dbaccess/pom.xml
+1
-1
pom.xml
src/plugins/emailListener/pom.xml
+1
-1
pom.xml
src/plugins/emailOnAway/pom.xml
+1
-1
pom.xml
src/plugins/fastpath/pom.xml
+1
-1
pom.xml
src/plugins/gojara/pom.xml
+1
-1
pom.xml
src/plugins/hazelcast/pom.xml
+1
-1
pom.xml
src/plugins/inverse/pom.xml
+1
-1
pom.xml
src/plugins/jmxweb/pom.xml
+1
-1
pom.xml
src/plugins/justmarried/pom.xml
+1
-1
pom.xml
src/plugins/loadStats/pom.xml
+1
-1
pom.xml
src/plugins/monitoring/pom.xml
+1
-1
pom.xml
src/plugins/motd/pom.xml
+1
-1
pom.xml
src/plugins/mucservice/pom.xml
+1
-1
pom.xml
src/plugins/nodejs/pom.xml
+1
-1
pom.xml
src/plugins/nonSaslAuthentication/pom.xml
+1
-1
pom.xml
src/plugins/openfire-plugin-assembly-descriptor/pom.xml
+1
-1
pom.xml
src/plugins/packetFilter/pom.xml
+1
-1
pom.xml
src/plugins/pom.xml
+1
-1
pom.xml
src/plugins/presence/pom.xml
+1
-1
pom.xml
src/plugins/registration/pom.xml
+1
-1
pom.xml
src/plugins/restAPI/pom.xml
+1
-1
pom.xml
src/plugins/search/pom.xml
+1
-1
pom.xml
src/plugins/stunserver/pom.xml
+1
-1
pom.xml
src/plugins/subscription/pom.xml
+1
-1
pom.xml
src/plugins/tikitoken/pom.xml
+1
-1
pom.xml
src/plugins/userCreation/pom.xml
+1
-1
pom.xml
src/plugins/userImportExport/pom.xml
+1
-1
pom.xml
src/plugins/userStatus/pom.xml
+1
-1
pom.xml
src/plugins/userservice/pom.xml
+1
-1
pom.xml
src/plugins/xmldebugger/pom.xml
+1
-1
pom.xml
starter/pom.xml
+1
-1
pom.xml
webadmin/pom.xml
+1
-1
pom.xml
webadmintld/pom.xml
+1
-1
pom.xml
xmppserver/pom.xml
+1
-1
No files found.
build/build.xml
View file @
74547352
...
...
@@ -25,8 +25,8 @@
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.minor"
value=
"2"
/>
<property
name=
"version.revision"
value=
"
2
"
/>
<property
name=
"version.extra"
value=
""
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"version.revision"
value=
"
3
"
/>
<property
name=
"version.extra"
value=
"
alpha
"
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"javac.source"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
...
...
dbutil/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<artifactId>
dbutil
</artifactId>
<name>
Database Utilities
</name>
...
...
i18n/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
i18n
</artifactId>
...
...
pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<groupId>
org.igniterealtime.openfire
</groupId>
<artifactId>
parent
</artifactId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
<name>
Parent
</name>
<packaging>
pom
</packaging>
...
...
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
74547352
...
...
@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private
final
Date
startDate
;
public
static
final
Version
VERSION
=
new
Version
(
4
,
2
,
2
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
2
,
3
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
/**
* Simple constructor
...
...
src/plugins/bookmarks/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
bookmarks
</artifactId>
...
...
src/plugins/broadcast/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
broadcast
</artifactId>
...
...
src/plugins/callbackOnOffline/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
callbackOnOffline
</artifactId>
...
...
src/plugins/candy/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
candy
</artifactId>
...
...
src/plugins/clientControl/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
clientControl
</artifactId>
...
...
src/plugins/contentFilter/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
contentFilter
</artifactId>
...
...
src/plugins/dbaccess/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
dbaccess
</artifactId>
...
...
src/plugins/emailListener/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailListener
</artifactId>
...
...
src/plugins/emailOnAway/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailOnAway
</artifactId>
...
...
src/plugins/fastpath/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
fastpath
</artifactId>
...
...
src/plugins/gojara/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
gojara
</artifactId>
...
...
src/plugins/hazelcast/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
hazelcast
</artifactId>
...
...
src/plugins/inverse/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
inverse
</artifactId>
...
...
src/plugins/jmxweb/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
jmxweb
</artifactId>
...
...
src/plugins/justmarried/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
justmarried
</artifactId>
...
...
src/plugins/loadStats/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
loadStats
</artifactId>
...
...
src/plugins/monitoring/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
monitoring
</artifactId>
...
...
src/plugins/motd/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
motd
</artifactId>
...
...
src/plugins/mucservice/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
mucservice
</artifactId>
...
...
src/plugins/nodejs/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nodejs
</artifactId>
...
...
src/plugins/nonSaslAuthentication/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nonSaslAuthentication
</artifactId>
...
...
src/plugins/openfire-plugin-assembly-descriptor/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
openfire-plugin-assembly-descriptor
</artifactId>
...
...
src/plugins/packetFilter/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
packetFilter
</artifactId>
...
...
src/plugins/pom.xml
View file @
74547352
...
...
@@ -2,7 +2,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
<artifactId>
plugins
</artifactId>
<packaging>
pom
</packaging>
<name>
Openfire Plugins
</name>
...
...
src/plugins/presence/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
presence
</artifactId>
...
...
src/plugins/registration/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
registration
</artifactId>
...
...
src/plugins/restAPI/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
restAPI
</artifactId>
...
...
src/plugins/search/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
search
</artifactId>
...
...
src/plugins/stunserver/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
stunserver
</artifactId>
...
...
src/plugins/subscription/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
subscription
</artifactId>
...
...
src/plugins/tikitoken/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
tikitoken
</artifactId>
...
...
src/plugins/userCreation/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userCreation
</artifactId>
...
...
src/plugins/userImportExport/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userImportExport
</artifactId>
...
...
src/plugins/userStatus/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userstatus
</artifactId>
...
...
src/plugins/userservice/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userservice
</artifactId>
...
...
src/plugins/xmldebugger/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
xmldebugger
</artifactId>
...
...
starter/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<artifactId>
starter
</artifactId>
<name>
Starter for Openfire
</name>
...
...
webadmin/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<artifactId>
webadmin
</artifactId>
<name>
Web-based Administration Interface
</name>
...
...
webadmintld/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<artifactId>
webadmintld
</artifactId>
<name>
Administration Interface Taglibs
</name>
...
...
xmppserver/pom.xml
View file @
74547352
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.igniterealtime.openfire
</groupId>
<artifactId>
parent
</artifactId>
<version>
4.2.
2
</version>
<version>
4.2.
3-SNAPSHOT
</version>
</parent>
<artifactId>
xmppserver
</artifactId>
<name>
Core XMPP Server
</name>
...
...
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