mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
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:
parent
c9c06bff78
commit
3e60826296
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue