Uses of Class
org.jivesoftware.smackx.xdata.form.FillableForm
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Smack API for Multi-User Chat (MUC, XEP-0045).
Smack's implementation of Data Forms (XEP-0004) for PubSub.
Smacks implementation of XEP-0055: Jabber Search.
TODO describe me.
TODO describe me.
Smacks high-level API for XEP-0004: Data Forms.
-
Uses of FillableForm in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionfinal AdHocCommandResult
AdHocCommand.execute
(FillableForm form) Executes the default action of the command with the information provided in the Form. -
Uses of FillableForm in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
MultiUserChat.sendConfigurationForm
(FillableForm form) Sends the completed configuration form to the server.void
MultiUserChat.sendRegistrationForm
(FillableForm form) Sends the completed registration form to the server. -
Uses of FillableForm in org.jivesoftware.smackx.pubsub.form
-
Uses of FillableForm in org.jivesoftware.smackx.search
Modifier and TypeMethodDescriptionUserSearchManager.getSearchResults
(FillableForm searchForm, DomainBareJid searchService) Submits a search form to the server and returns the resulting information in the form ofReportedData
. -
Uses of FillableForm 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. -
Uses of FillableForm in org.jivesoftware.smackx.workgroup.user
Modifier and TypeMethodDescriptionvoid
Workgroup.joinQueue
(FillableForm answerForm) Joins the workgroup queue to wait to be routed to an agent. -
Uses of FillableForm in org.jivesoftware.smackx.xdata.form