Uses of Class
org.jivesoftware.smackx.softwareinfo.form.SoftwareInfoForm
-
Packages that use SoftwareInfoForm Package Description org.jivesoftware.smackx.softwareinfo Smacks implementation of XEP-0232: Software Information.org.jivesoftware.smackx.softwareinfo.form Form class needed for XEP-0232: Software Information. -
-
Uses of SoftwareInfoForm in org.jivesoftware.smackx.softwareinfo
Methods in org.jivesoftware.smackx.softwareinfo that return SoftwareInfoForm Modifier and Type Method Description SoftwareInfoForm
SoftwareInfoManager. fromJid(Jid jid)
Get Software Information from the provided XMPP address.Methods in org.jivesoftware.smackx.softwareinfo with parameters of type SoftwareInfoForm Modifier and Type Method Description void
SoftwareInfoManager. publishSoftwareInformationForm(SoftwareInfoForm softwareInfoForm)
Publishes the providedSoftwareInfoForm
as an extended info. -
Uses of SoftwareInfoForm in org.jivesoftware.smackx.softwareinfo.form
Methods in org.jivesoftware.smackx.softwareinfo.form that return SoftwareInfoForm Modifier and Type Method Description SoftwareInfoForm
SoftwareInfoForm.Builder. build()
This method is called to build aSoftwareInfoForm
.
-