Commit f743054d authored by Roman S's avatar Roman S

Deprecate the User Service and MUC Service Plugin.

parent 2d2a3be4
...@@ -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>
......
...@@ -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>
......
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