Commit 823bb9c9 authored by Ryan Graham's avatar Ryan Graham Committed by ryang

updated to support admin console searches and configuration


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1359 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6233ff36
......@@ -44,6 +44,14 @@
Search Plugin Changelog
</h1>
<p><b>1.1</b> -- May 17, 2005</b></p>
<ul>
<li>Added a page to the Admin Console to allow the enabling/disabling of the search service and to change the service name.
<li>Added a page to the Admin Console to allow searching similiar to what is done on the client side.
<li>Added a hidden FORM_TYPE field per the JEP-0055 spec.
<li>Some intenternal code refactoring.
</ul>
<p><b>1.0.6</b> -- April 12, 2005</b></p>
<ul>
<li>Changed the ui to use a single text field with multiple checkboxes to specify which fields are to be searched (thanks jfroehlich).</li>
......
......@@ -5,6 +5,23 @@
<name>Search Plugin</name>
<description>Provides support for Jabber Search (JEP-0055)</description>
<author>Ryan Graham</author>
<version>1.0.6</version>
<minServerVersion>2.1.2</minServerVersion>
<version>1.1</version>
<minServerVersion>2.1.3</minServerVersion>
<adminconsole>
<tab id="tab-server">
<sidebar id="sidebar-server-settings">
<item id="search-props-edit-form" name="Search Search Properties"
url="search-props-edit-form.jsp"
description="Edit search service properties" />
</sidebar>
</tab>
<tab id="tab-users">
<sidebar id="sidebar-users">
<item id="advance-user-search" name="Advance User Search"
url="advance-user-search.jsp"
description="Advanced user search" />
</sidebar>
</tab>
</adminconsole>
</plugin>
\ No newline at end of file
......@@ -62,7 +62,11 @@ copy the new search.jar into the plugins directory of your Jive Messenger instal
<h2>Configuration</h2>
Presently, there is nothing that can be configured for the search plugin.
The search plugin is configured via the "Search Service Properites" sidebar item located under the "Server" tab
in the Jive Messenger Admin Console. By default, after the search plugin has been deployed all of its features
are enabled. To enable or disable the plugin select the appropirate radio button and then click on the
"Save Properties" button. To change the service name enter the new name for the service and then click on the
"Save Properties" button
<h2>Using the Plugin</h2>
......@@ -76,25 +80,31 @@ sure the name checkbox is selected. The "*" symbol acts as a wildcard so your se
only "John Smith" but all the users whose name begins with "John S", i.e. "John Slater", "John Salazar", etc.
</p>
<li>
Admin Console - Navigate to the "Advance User Search" sidebar item located in under the "Users/Groups" tab.
</li>
<br>
<li>
Exodus - After clicking on the magnifying glass with the red "+" sign, a screen will appear displaying the search
service that will be used which will be used. Click on the "Next" button and the search screen will
be visible.
</li>
<br>
<li>
JAJC - After clicking on the "Jabber Browser" icon (the third icon from the left), a Jabber browser screen will appear and on the right-hand side, there will be a list of services. Double-click on the "User Search"
entry and a new screen will appear. Finally, on the left-hand side of the screen, click on the "Search" item to view the search screen.
</li>
<br>
<!--
<li>
Pandion - From the "Actions" menu click on "Add a contact...", on the screen that appears makes sure
Pandion (v2.1.2) - From the "Actions" menu click on "Add a contact...", on the screen that appears makes sure
the "I want to search for someone." radio button is selected and then click on the "Next >" button to
view the search screen.
</li>
<br>
-->
<li>
Psi - On the lower left-hand corner of the client, click on the main Psi toolbar, select "Service Discovery", and click on your username. After the service discovery windowappears, select the "User Search" entry and click on
the magnifying glass at the top of the window to view the search screen.
......
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