Commit 6ca87775 authored by Ryan Graham's avatar Ryan Graham Committed by ryang

initial check-in


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1230 b35dd754-fafc-0310-a699-88a17e54d16e
parent 371ba7de
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Search Plugin Changelog</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
padding-left : 1em;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Search Plugin Changelog
</h1>
<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>
</ul>
<p><b>1.0.5</b> -- March 30, 2005</b></p>
<ul>
<li>Added basic support for non-data form searches to support the Miranda (thanks Baron Ng).</li>
</ul>
<p><b>1.0.4</b> -- March 22, 2005</b></p>
<ul>
<li>Added type and name attributes to the identity element when handling a disco#info query.</li>
<li>Added a check and appropriate response to a disco#items query.</li>
<li>Added a jid field when returning the search results.</li>
</ul>
<p><b>1.0.3</b> -- March 14, 2005</b></p>
<ul>
<li>Fixed incompatiblity issue with psi.</li>
<li>Fixed bug where a list of all the users in the system would be returned when using psi.</li>
</ul>
<p><b>1.0.2</b> -- March 8, 2005</p>
<ul>
<li>Initial release.</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Search Plugin Readme</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Search Plugin Readme
</h1>
<h2>Overview</h2>
<p>
The search plugin adds Jabber Search <a href="http://www.jabber.org/jeps/jep-0055.html">JEP-0055</a>
capabilities to Jive Messenger. This plugin is designed to work with various Jabber clients to allow
other users to search for users currently registered on the same server they are.
</p>
<h2>Installation</h2>
<p>
Copy the file, &quot;search.jar&quot; into the plugins directory of your Jive Messenger installation. The plugin will
then be automatically deployed. To upgrade to a new version: 1) go to the plugin screen of the Admin
Console, 2) click on the delete icon on the same row as the currently installed search plugin, 3)
copy the new search.jar into the plugins directory of your Jive Messenger installation.
</p>
<h2>Configuration</h2>
Presently, there is nothing that can be configured for the search plugin.
<h2>Using the Plugin</h2>
<p>
Use of this plugin varies from client to client; however, basic instructions for accessing the search screen
for some of the more popular clients are listed below. On the search screen there is a single
textfield with three checkboxes. In the textfield enter all or part of the user's name, username
and/or email that you want to find. As an example, if you want to find your friend John but don't know
if his last name is spelled "Smith" or "Smyth", try entering "John S*" in the search field and making
sure the name checkbox is selected. The "*" symbol acts as a wildcard so your search might return not
only "John Smith" but all the users whose name begins with "John S", i.e. "John Slater", "John Salazar", etc.
</p>
<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
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.
</li>
<br>
</body>
</html>
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