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
f743054d
Commit
f743054d
authored
Jun 10, 2015
by
Roman S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate the User Service and MUC Service Plugin.
parent
2d2a3be4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugin.xml
src/plugins/mucservice/plugin.xml
+1
-1
plugin.xml
src/plugins/userservice/plugin.xml
+1
-1
No files found.
src/plugins/mucservice/plugin.xml
View file @
f743054d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<plugin>
<plugin>
<class>
org.jivesoftware.openfire.plugin.MUCServicePlugin
</class>
<class>
org.jivesoftware.openfire.plugin.MUCServicePlugin
</class>
<name>
MUC Service
</name>
<name>
MUC Service
</name>
<description>
MUC administration over REST Interface
</description>
<description>
(Deprecated) Please use the REST API Plugin.
MUC administration over REST Interface
</description>
<author>
Roman Soldatow
</author>
<author>
Roman Soldatow
</author>
<version>
0.2.3
</version>
<version>
0.2.3
</version>
<date>
10.1.2014
</date>
<date>
10.1.2014
</date>
...
...
src/plugins/userservice/plugin.xml
View file @
f743054d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<plugin>
<plugin>
<class>
org.jivesoftware.openfire.plugin.UserServicePlugin
</class>
<class>
org.jivesoftware.openfire.plugin.UserServicePlugin
</class>
<name>
User Service
</name>
<name>
User Service
</name>
<description>
Allows administration of users via HTTP requests.
</description>
<description>
(Deprecated) Please use the REST API Plugin.
Allows administration of users via HTTP requests.
</description>
<author>
Roman Soldatow, Justin Hunt
</author>
<author>
Roman Soldatow, Justin Hunt
</author>
<version>
2.0.2
</version>
<version>
2.0.2
</version>
<date>
10/08/2014
</date>
<date>
10/08/2014
</date>
...
...
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