Uses of Interface
rocks.xmpp.extensions.data.StandardizedDataForm
-
Packages that use StandardizedDataForm Package Description rocks.xmpp.extensions.muc.model Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.softwareinfo Provides classes for XEP-0232: Software Information. -
-
Uses of StandardizedDataForm in rocks.xmpp.extensions.muc.model
Classes in rocks.xmpp.extensions.muc.model that implement StandardizedDataForm Modifier and Type Class Description classRequestVoiceRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/muc#request, which can be used to request voice in a MUC room.classRoomConfigurationRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/muc#roomconfig, which can be used to configure a MUC room.classRoomInfoRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/muc#roominfo, which can be used to retrieve MUC room info.classRoomRegistrationRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/muc#register, which can be used to register with a MUC room. -
Uses of StandardizedDataForm in rocks.xmpp.extensions.pubsub.model
Classes in rocks.xmpp.extensions.pubsub.model that implement StandardizedDataForm Modifier and Type Class Description classNodeConfigurationRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/pubsub#node_config, which can be used to configure a pubsub node.classNodeMetaDataRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/pubsub#meta-data, which can be used to retrieve node meta data.classPublishOptionsRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/pubsub#publish-options, which can be used to retrieve node meta data.classSubscribeOptionsRepresents a standardizedDataFormwith form typehttp://jabber.org/protocol/pubsub#subscribe_options, which can be used to configure a node subscription. -
Uses of StandardizedDataForm in rocks.xmpp.extensions.softwareinfo
Classes in rocks.xmpp.extensions.softwareinfo that implement StandardizedDataForm Modifier and Type Class Description classSoftwareInformationRepresents a view of the standardized fields of the 'urn:xmpp:dataforms:softwareinfo' data form to be included in service discovery responses to provide detailed information about the software.
-