Uses of Class
rocks.xmpp.extensions.data.model.DataForm
-
-
Uses of DataForm in rocks.xmpp.extensions.data
Methods in rocks.xmpp.extensions.data that return DataForm Modifier and Type Method Description DataForm
StandardizedDataForm. getDataForm()
Gets the underlying data form. -
Uses of DataForm in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model with parameters of type DataForm Modifier and Type Method Description int
DataForm. compareTo(DataForm o)
Compares this data form with another data form. -
Uses of DataForm in rocks.xmpp.extensions.disco.client
Methods in rocks.xmpp.extensions.disco.client that return types with arguments of type DataForm Modifier and Type Method Description List<DataForm>
ClientServiceDiscoveryManager. getExtensions()
Gets an unmodifiable list of extensions.Methods in rocks.xmpp.extensions.disco.client with parameters of type DataForm Modifier and Type Method Description void
ClientServiceDiscoveryManager. addExtension(DataForm extension)
Adds an extension.void
ClientServiceDiscoveryManager. removeExtension(DataForm extension)
Removes an extension. -
Uses of DataForm in rocks.xmpp.extensions.disco.model.info
Methods in rocks.xmpp.extensions.disco.model.info that return types with arguments of type DataForm Modifier and Type Method Description default List<DataForm>
DiscoverableInfo. getExtensions()
Gets the service discovery extensions as described in XEP-0128: Service Discovery ExtensionsList<DataForm>
InfoDiscovery. getExtensions()
-
Uses of DataForm in rocks.xmpp.extensions.featureneg.model
Methods in rocks.xmpp.extensions.featureneg.model that return DataForm Modifier and Type Method Description DataForm
FeatureNegotiation. getDataForm()
Gets the data form, which contains feature negotiation details.Constructors in rocks.xmpp.extensions.featureneg.model with parameters of type DataForm Constructor Description FeatureNegotiation(DataForm dataForm)
Creates a feature negotiation with structured data. -
Uses of DataForm in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return types with arguments of type DataForm Modifier and Type Method Description AsyncResult<DataForm>
ChatRoom. getConfigurationForm()
Gets the configuration form for the room.AsyncResult<DataForm>
ChatRoom. getRegistrationForm()
Gets the data form necessary to register with the room. -
Uses of DataForm in rocks.xmpp.extensions.muc.model
Methods in rocks.xmpp.extensions.muc.model that return DataForm Modifier and Type Method Description DataForm
RequestVoice. getDataForm()
Gets the underlying data form.DataForm
RoomConfiguration. getDataForm()
Gets the underlying form.DataForm
RoomInfo. getDataForm()
Gets the underlying data form.DataForm
RoomRegistration. getDataForm()
Gets the underlying data form.Constructors in rocks.xmpp.extensions.muc.model with parameters of type DataForm Constructor Description RequestVoice(DataForm dataForm)
Creates the request voice form.RoomConfiguration(DataForm dataForm)
RoomInfo(DataForm dataForm)
RoomRegistration(DataForm dataForm)
-
Uses of DataForm in rocks.xmpp.extensions.muc.model.owner
Methods in rocks.xmpp.extensions.muc.model.owner that return DataForm Modifier and Type Method Description DataForm
MucOwner. getConfigurationForm()
Gets the configuration form.Methods in rocks.xmpp.extensions.muc.model.owner with parameters of type DataForm Modifier and Type Method Description static MucOwner
MucOwner. withConfiguration(DataForm dataForm)
Creates a<query/>
element with a<x/>
(data form) child element. -
Uses of DataForm in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type DataForm Modifier and Type Method Description AsyncResult<DataForm>
PubSubService. getDefaultNodeConfiguration()
Gets the default node configuration form for this pubsub service.AsyncResult<DataForm>
PubSubService. getDefaultSubscriptionOptions()
Gets the default subscription options for this pubsub service. -
Uses of DataForm in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return DataForm Modifier and Type Method Description DataForm
PubSub. getConfigurationForm()
DataForm
NodeConfiguration. getDataForm()
Gets the underlying data form.DataForm
NodeMetaData. getDataForm()
Gets the underlying data form.DataForm
PublishOptions. getDataForm()
Gets the underlying data form.DataForm
PubSub.Default. getDataForm()
Gets the default subscription options.DataForm
PubSub.Options. getDataForm()
Gets the data form.DataForm
SubscribeOptions. getDataForm()
Gets the underlying data form.DataForm
PubSub. getPublishOptions()
Methods in rocks.xmpp.extensions.pubsub.model with parameters of type DataForm Modifier and Type Method Description static PubSub
PubSub. withConfigure(String node, DataForm configurationForm)
Creates a pubsub element with an<configure/>
child element and a 'node' attribute.static PubSub
PubSub. withCreate(String node, DataForm configurationForm)
Creates a pubsub element with an<create/>
and<configure/>
child element.static PubSub
PubSub. withOptions(String node, Jid jid, String subid, DataForm dataForm)
Creates a pubsub element with an<options/>
child element with a 'node' and 'jid' attribute.static PubSub
PubSub. withPublish(String node, String id, Object item, DataForm options)
Creates a pubsub element with a<publish/>
child element.static PubSub
PubSub. withSubscribe(String node, Jid jid, DataForm dataForm)
Creates a pubsub element with a<subscribe/>
and<options/>
child element with a 'node' and 'jid' attribute.Constructors in rocks.xmpp.extensions.pubsub.model with parameters of type DataForm Constructor Description NodeConfiguration(DataForm dataForm)
NodeMetaData(DataForm dataForm)
Creates a node meta data form.PublishOptions(DataForm dataForm)
SubscribeOptions(DataForm dataForm)
-
Uses of DataForm in rocks.xmpp.extensions.pubsub.model.event
Methods in rocks.xmpp.extensions.pubsub.model.event that return DataForm Modifier and Type Method Description DataForm
Event. getConfigurationForm()
Gets the configuration form.Methods in rocks.xmpp.extensions.pubsub.model.event with parameters of type DataForm Modifier and Type Method Description static Event
Event. withConfiguration(String node, DataForm configuration)
Creates a pub-sub event with a configuration form. -
Uses of DataForm in rocks.xmpp.extensions.pubsub.model.owner
Methods in rocks.xmpp.extensions.pubsub.model.owner that return DataForm Modifier and Type Method Description DataForm
PubSubOwner. getConfigurationForm()
Gets the configuration form if the pubsub element contains either a<configure/>
or a<default/>
element.Methods in rocks.xmpp.extensions.pubsub.model.owner with parameters of type DataForm Modifier and Type Method Description static PubSubOwner
PubSubOwner. withConfigure(String node, DataForm dataForm)
Creates a pubsub element with an<configure/>
child element and a 'node' attribute and a configuration form. -
Uses of DataForm in rocks.xmpp.extensions.register.model
Methods in rocks.xmpp.extensions.register.model that return DataForm Modifier and Type Method Description DataForm
Registration. getRegistrationForm()
Gets the extended registration form.Methods in rocks.xmpp.extensions.register.model with parameters of type DataForm Modifier and Type Method Description Registration.Builder
Registration.Builder. registrationForm(DataForm dataForm)
Sets the extended registration form. -
Uses of DataForm in rocks.xmpp.extensions.search.model
Methods in rocks.xmpp.extensions.search.model that return DataForm Modifier and Type Method Description DataForm
Search. getAdditionalInformation()
Gets additional information for the search, e.g. for gender.Constructors in rocks.xmpp.extensions.search.model with parameters of type DataForm Constructor Description Search(String first, String last, String nick, String email, ResultSetManagement resultSet, String instructions, DataForm dataForm)
Creates a search request, consisting of multiple search parameters. -
Uses of DataForm in rocks.xmpp.extensions.softwareinfo
Methods in rocks.xmpp.extensions.softwareinfo that return DataForm Modifier and Type Method Description DataForm
SoftwareInformation. getDataForm()
Gets the underlying data form.Methods in rocks.xmpp.extensions.softwareinfo that return types with arguments of type DataForm Modifier and Type Method Description List<DataForm>
SoftwareInformationProtocol. getExtensions()
Constructors in rocks.xmpp.extensions.softwareinfo with parameters of type DataForm Constructor Description SoftwareInformation(DataForm dataForm)
Creates a software info from a data form.
-