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 SoftwareVersionSoftwareVersionProtocol. getSoftwareInfo()SoftwareVersionSoftwareVersionManager. 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 voidSoftwareVersionProtocol. setSoftwareInfo(SoftwareVersion softwareVersion)voidSoftwareVersionManager. 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 SoftwareVersionClientSoftwareVersionManager. 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 voidClientSoftwareVersionManager. setSoftwareInfo(SoftwareVersion softwareVersion)voidClientSoftwareVersionManager. setSoftwareVersion(SoftwareVersion softwareVersion)
-