Package | Description |
---|---|
org.jivesoftware.smackx.commands.packet |
Element classes for XEP-0050: Ad-Hoc Commands.
|
org.jivesoftware.smackx.disco |
Smacks implementation of XEP-0030: Service Discovery.
|
org.jivesoftware.smackx.mam |
XEP-0313: Message Archive Management.
|
org.jivesoftware.smackx.mam.element |
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
org.jivesoftware.smackx.si.packet |
Element classes for XEP-0095: Stream Initiation.
|
org.jivesoftware.smackx.xdata |
Smacks implementation of XEP-0004: Data Forms.
|
org.jivesoftware.smackx.xdata.packet |
Element classes for XEP-0004: Data Forms.
|
org.jivesoftware.smackx.xdata.provider |
Provider classes for XEP-0004: Data Forms.
|
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.
|
Modifier and Type | Field and Description |
---|---|
DataForm |
MamManager.MamPrefsResult.form |
Modifier and Type | Method and Description |
---|---|
MamManager.MamQueryResult |
MamManager.page(DataForm dataForm,
RSMSet rsmSet)
Deprecated.
use
MamManager.queryArchive(MamQueryArgs) instead. |
MamManager.MamQueryResult |
MamManager.page(String node,
DataForm dataForm,
RSMSet rsmSet)
Deprecated.
use
MamManager.queryArchive(MamQueryArgs) instead. |
Modifier and Type | Method and Description |
---|---|
DataForm |
MamQueryIQ.getDataForm()
Get the data form.
|
Constructor and Description |
---|
MamQueryIQ(DataForm form)
MAM query IQ constructor.
|
MamQueryIQ(String queryId,
DataForm form)
MAM query IQ constructor.
|
MamQueryIQ(String queryId,
String node,
DataForm dataForm)
MAM query IQ constructor.
|
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
negotiation and transfer.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamInitiation.setFeatureNegotiationForm(DataForm form)
Sets the data form which contains the valid methods of stream negotiation
and transfer.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DataForm |
DataForm.from(Stanza packet)
Get data form from stanza.
|
Modifier and Type | Method and Description |
---|---|
DataForm |
DataFormProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |