Commit 5ab215f1 authored by daryl herzmann's avatar daryl herzmann

Merge pull request #233 from Redor/openfire

Deprecate the User Service and MUC Service Plugin.
parents e9aea579 f743054d
......@@ -3,7 +3,7 @@
<plugin>
<class>org.jivesoftware.openfire.plugin.MUCServicePlugin</class>
<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>
<version>0.2.3</version>
<date>10.1.2014</date>
......
......@@ -3,7 +3,7 @@
<plugin>
<class>org.jivesoftware.openfire.plugin.UserServicePlugin</class>
<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>
<version>2.0.2</version>
<date>10/08/2014</date>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment