Commit dc2ead59 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added missing icons and improved documentation.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10413 b35dd754-fafc-0310-a699-88a17e54d16e
parent b28e58c8
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
Client Control Plugin Changelog Client Control Plugin Changelog
</h1> </h1>
<p><b>1.0.1</b> -- May 19, 2008</p>
<ul>
<li>Added missing icons.</li>
<li>Improved readme documentation.</li>
</ul>
<p><b>1.0.0</b> -- May 13, 2008</p> <p><b>1.0.0</b> -- May 13, 2008</p>
<ul> <ul>
<li>Functionality ported from Openfire Enterprise, now Open Source.</li> <li>Functionality ported from Openfire Enterprise, now Open Source.</li>
...@@ -51,4 +57,4 @@ Client Control Plugin Changelog ...@@ -51,4 +57,4 @@ Client Control Plugin Changelog
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<name>Client Control</name> <name>Client Control</name>
<description>Controls clients allowed to connect and available features</description> <description>Controls clients allowed to connect and available features</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.0.0</version> <version>1.0.1</version>
<date>5/13/2008</date> <date>5/19/2008</date>
<minServerVersion>3.5.0</minServerVersion> <minServerVersion>3.5.0</minServerVersion>
<databaseKey>clientcontrol</databaseKey> <databaseKey>clientcontrol</databaseKey>
<databaseVersion>0</databaseVersion> <databaseVersion>0</databaseVersion>
...@@ -40,4 +40,4 @@ ...@@ -40,4 +40,4 @@
</tab> </tab>
</adminconsole> </adminconsole>
</plugin> </plugin>
\ No newline at end of file
...@@ -62,6 +62,11 @@ client features are enabled; manage groupchat and URL bookmarks and control whic ...@@ -62,6 +62,11 @@ client features are enabled; manage groupchat and URL bookmarks and control whic
used by clients. used by clients.
</p> </p>
<p><i>Note: Filtering clients that are allowed to connect to the server depends on the identity presented
by the client. Therefore, a client that was modified to appear as another XMPP client may connect to the
server. However, only sophisticated and knowledgeable users may be able to do such modification.
</i></p>
<h2>Installation</h2> <h2>Installation</h2>
<p> <p>
......
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