Package | Description |
---|---|
org.jivesoftware.smackx.commands.packet | |
org.jivesoftware.smackx.disco | |
org.jivesoftware.smackx.pubsub | |
org.jivesoftware.smackx.si.packet | |
org.jivesoftware.smackx.xdata |
Modifier and Type | Method and Description |
---|---|
DataForm |
AdHocCommandData.getForm()
Returns the form of the command.
|
Modifier and Type | Method and Description |
---|---|
void |
AdHocCommandData.setForm(DataForm form) |
Modifier and Type | Method and Description |
---|---|
DataForm |
ServiceDiscoveryManager.getExtendedInfo()
Returns the data form that is set as extended information for this Service Discovery instance (XEP-0128)
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.setExtendedInfo(DataForm info)
Registers extended discovery information of this XMPP entity.
|
Constructor and Description |
---|
ConfigureForm(DataForm configDataForm)
Create a decorator from an existing
DataForm that has been
retrieved from parsing a node configuration request. |
SubscribeForm(DataForm configDataForm) |
Modifier and Type | Method and Description |
---|---|
DataForm |
StreamInitiation.Feature.getData()
Returns the dataform associated with the feature negotiation.
|
DataForm |
StreamInitiation.getFeatureNegotiationForm()
Returns the data form which contains the valid methods of stream
neotiation and transfer.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamInitiation.setFeatureNegotiationForm(DataForm form)
Sets the data form which contains the valid methods of stream neotiation
and transfer.
|
Constructor and Description |
---|
StreamInitiation.Feature(DataForm data)
The dataform can be provided as part of the constructor.
|
Modifier and Type | Method and Description |
---|---|
DataForm |
Form.getDataFormToSend()
Returns a DataForm that serves to send this Form to the server.
|
Constructor and Description |
---|
Form(DataForm dataForm)
Creates a new Form that will wrap an existing DataForm.
|