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 DataFormStandardizedDataForm. 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 intDataForm. 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 voidClientServiceDiscoveryManager. addExtension(DataForm extension)Adds an extension.voidClientServiceDiscoveryManager. 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 DataFormFeatureNegotiation. 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 DataFormRequestVoice. getDataForm()Gets the underlying data form.DataFormRoomConfiguration. getDataForm()Gets the underlying form.DataFormRoomInfo. getDataForm()Gets the underlying data form.DataFormRoomRegistration. 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 DataFormMucOwner. getConfigurationForm()Gets the configuration form.Methods in rocks.xmpp.extensions.muc.model.owner with parameters of type DataForm Modifier and Type Method Description static MucOwnerMucOwner. 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 DataFormPubSub. getConfigurationForm()DataFormNodeConfiguration. getDataForm()Gets the underlying data form.DataFormNodeMetaData. getDataForm()Gets the underlying data form.DataFormPublishOptions. getDataForm()Gets the underlying data form.DataFormPubSub.Default. getDataForm()Gets the default subscription options.DataFormPubSub.Options. getDataForm()Gets the data form.DataFormSubscribeOptions. getDataForm()Gets the underlying data form.DataFormPubSub. getPublishOptions()Methods in rocks.xmpp.extensions.pubsub.model with parameters of type DataForm Modifier and Type Method Description static PubSubPubSub. withConfigure(String node, DataForm configurationForm)Creates a pubsub element with an<configure/>child element and a 'node' attribute.static PubSubPubSub. withCreate(String node, DataForm configurationForm)Creates a pubsub element with an<create/>and<configure/>child element.static PubSubPubSub. 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 PubSubPubSub. withPublish(String node, String id, Object item, DataForm options)Creates a pubsub element with a<publish/>child element.static PubSubPubSub. 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 DataFormEvent. getConfigurationForm()Gets the configuration form.Methods in rocks.xmpp.extensions.pubsub.model.event with parameters of type DataForm Modifier and Type Method Description static EventEvent. 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 DataFormPubSubOwner. 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 PubSubOwnerPubSubOwner. 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 DataFormRegistration. getRegistrationForm()Gets the extended registration form.Methods in rocks.xmpp.extensions.register.model with parameters of type DataForm Modifier and Type Method Description Registration.BuilderRegistration.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 DataFormSearch. 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 DataFormSoftwareInformation. 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.
-