Uses of Class
rocks.xmpp.extensions.version.model.SoftwareVersion
-
Packages that use SoftwareVersion Package Description rocks.xmpp.extensions.version Provides classes for XEP-0092: Software Version.rocks.xmpp.extensions.version.client -
-
Uses of SoftwareVersion in rocks.xmpp.extensions.version
Methods in rocks.xmpp.extensions.version that return SoftwareVersion Modifier and Type Method Description SoftwareVersion
SoftwareVersionProtocol. getSoftwareInfo()
SoftwareVersion
SoftwareVersionManager. getSoftwareVersion()
Gets my own software version.Methods in rocks.xmpp.extensions.version that return types with arguments of type SoftwareVersion Modifier and Type Method Description AsyncResult<SoftwareVersion>
SoftwareVersionManager. getSoftwareVersion(Jid jid)
Queries another entity for its software version.Methods in rocks.xmpp.extensions.version with parameters of type SoftwareVersion Modifier and Type Method Description void
SoftwareVersionProtocol. setSoftwareInfo(SoftwareVersion softwareVersion)
void
SoftwareVersionManager. setSoftwareVersion(SoftwareVersion softwareVersion)
Sets my own software version. -
Uses of SoftwareVersion in rocks.xmpp.extensions.version.client
Methods in rocks.xmpp.extensions.version.client that return SoftwareVersion Modifier and Type Method Description SoftwareVersion
ClientSoftwareVersionManager. getSoftwareVersion()
Methods in rocks.xmpp.extensions.version.client that return types with arguments of type SoftwareVersion Modifier and Type Method Description AsyncResult<SoftwareVersion>
ClientSoftwareVersionManager. getSoftwareVersion(Jid jid)
Gets the software version of another entity.Methods in rocks.xmpp.extensions.version.client with parameters of type SoftwareVersion Modifier and Type Method Description void
ClientSoftwareVersionManager. setSoftwareInfo(SoftwareVersion softwareVersion)
void
ClientSoftwareVersionManager. setSoftwareVersion(SoftwareVersion softwareVersion)
-