Class SoftwareInfoForm

java.lang.Object
org.jivesoftware.smackx.xdata.form.FilledForm
org.jivesoftware.smackx.softwareinfo.form.SoftwareInfoForm
All Implemented Interfaces:
FormReader

public final class SoftwareInfoForm extends FilledForm
Form that contains the software information.
Instance of SoftwareInfoForm can be created using SoftwareInfoForm.Builder.build() method.
To obtain an instance of SoftwareInfoForm.Builder, use getBuilder() method.
An example to illustrate is provided inside SoftwareInfoFormTest inside the test package.