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 class
RequestVoice
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/muc#request
, which can be used to request voice in a MUC room.class
RoomConfiguration
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/muc#roomconfig
, which can be used to configure a MUC room.class
RoomInfo
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/muc#roominfo
, which can be used to retrieve MUC room info.class
RoomRegistration
Represents a standardizedDataForm
with 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 class
NodeConfiguration
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/pubsub#node_config
, which can be used to configure a pubsub node.class
NodeMetaData
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/pubsub#meta-data
, which can be used to retrieve node meta data.class
PublishOptions
Represents a standardizedDataForm
with form typehttp://jabber.org/protocol/pubsub#publish-options
, which can be used to retrieve node meta data.class
SubscribeOptions
Represents a standardizedDataForm
with 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 class
SoftwareInformation
Represents 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.
-