Package | Description |
---|---|
org.jivesoftware.smackx.search |
Smacks implementation of XEP-0055: Jabber Search.
|
org.jivesoftware.smackx.workgroup.agent |
TODO describe me.
|
Modifier and Type | Method and Description |
---|---|
static ReportedData |
ReportedData.getReportedDataFrom(Stanza packet)
Returns a new ReportedData if the stanza is used for reporting data and includes an
extension that matches the elementName and namespace "x","jabber:x:data".
|
ReportedData |
UserSearchManager.getSearchResults(Form searchForm,
DomainBareJid searchService)
Submits a search form to the server and returns the resulting information
in the form of
ReportedData . |
ReportedData |
UserSearch.sendSearchForm(XMPPConnection con,
Form searchForm,
DomainBareJid searchService)
Sends the filled out answer form to be sent and queried by the search service.
|
ReportedData |
UserSearch.sendSimpleSearchForm(XMPPConnection con,
Form searchForm,
DomainBareJid searchService)
Sends the filled out answer form to be sent and queried by the search service.
|
Modifier and Type | Method and Description |
---|---|
ReportedData |
AgentSession.searchTranscripts(Form completedForm)
Submits the completed form and returns the result of the transcript search.
|
ReportedData |
TranscriptSearchManager.submitSearch(DomainBareJid serviceJID,
Form completedForm)
Submits the completed form and returns the result of the transcript search.
|