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. -
-
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.
-