Uses of Class
org.jivesoftware.smackx.search.ReportedData
Package
Description
Smacks implementation of XEP-0055: Jabber Search.
TODO describe me.
-
Uses of ReportedData in org.jivesoftware.smackx.search
Modifier and TypeMethodDescriptionstatic 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".UserSearchManager.getSearchResults
(FillableForm searchForm, DomainBareJid searchService) Submits a search form to the server and returns the resulting information in the form ofReportedData
.UserSearch.sendSearchForm
(XMPPConnection con, DataForm searchForm, DomainBareJid searchService) Sends the filled out answer form to be sent and queried by the search service.UserSearch.sendSimpleSearchForm
(XMPPConnection con, DataForm searchForm, DomainBareJid searchService) Sends the filled out answer form to be sent and queried by the search service. -
Uses of ReportedData in org.jivesoftware.smackx.workgroup.agent
Modifier and TypeMethodDescriptionAgentSession.searchTranscripts
(FillableForm completedForm) Submits the completed form and returns the result of the transcript search.TranscriptSearchManager.submitSearch
(DomainBareJid serviceJID, FillableForm completedForm) Submits the completed form and returns the result of the transcript search.