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 SoftwareInfoFormSoftwareInfoManager. 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 voidSoftwareInfoManager. publishSoftwareInformationForm(SoftwareInfoForm softwareInfoForm)Publishes the providedSoftwareInfoFormas 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 SoftwareInfoFormSoftwareInfoForm.Builder. build()This method is called to build aSoftwareInfoForm.
-