Uses of Interface
rocks.xmpp.extensions.softwareinfo.SoftwareInfo
-
Packages that use SoftwareInfo Package Description rocks.xmpp.extensions.softwareinfo Provides classes for XEP-0232: Software Information.rocks.xmpp.extensions.version.model Provides XML schema implementations of XEP-0092: Software Version. -
-
Uses of SoftwareInfo in rocks.xmpp.extensions.softwareinfo
Classes in rocks.xmpp.extensions.softwareinfo with type parameters of type SoftwareInfo Modifier and Type Interface Description interface
SoftwareInfoProvider<T extends SoftwareInfo>
ProvidesSoftwareInfo
for a requester.Classes in rocks.xmpp.extensions.softwareinfo that implement SoftwareInfo 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. -
Uses of SoftwareInfo in rocks.xmpp.extensions.version.model
Classes in rocks.xmpp.extensions.version.model that implement SoftwareInfo Modifier and Type Class Description class
SoftwareVersion
The implementation of the<query/>
element in thejabber:iq:version
namespace.
-