1) Update javadoc.

2) Will need to add support for search fields.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2829 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2005-09-16 16:50:05 +00:00 committed by derek
parent c9c06bff78
commit 3e60826296
1 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public class UserSearch extends IQ {
/**
* Retrieve the last activity of a particular jid.
* Returns the form for all search fields supported by the search service.
*
* @param con the current XMPPConnection.
* @param searchService the search service to use. (ex. search.jivesoftware.com)
@ -79,11 +79,12 @@ public class UserSearch extends IQ {
}
/**
* Retrieve the last activity of a particular jid.
* Sends the filled out answer form to be sent and queried by the search service.
*
* @param con the current XMPPConnection.
* @param searchForm the <code>Form</code> to send for querying.
* @param searchService the search service to use. (ex. search.jivesoftware.com)
* @return ReportedData the data found from the query.
* @throws org.jivesoftware.smack.XMPPException
* thrown if a server error has occured.
*/
@ -140,4 +141,5 @@ public class UserSearch extends IQ {
return search;
}
}
}