Uses of Class
org.jivesoftware.smackx.iqversion.packet.Version
-
Packages that use Version Package Description org.jivesoftware.smackx.iqversion Smacks implementation of XEP-0092: Software Version.org.jivesoftware.smackx.iqversion.packet Element classes for XEP-0092: Software Version.org.jivesoftware.smackx.iqversion.provider Provider classes for XEP-0092: Software Version. -
-
Uses of Version in org.jivesoftware.smackx.iqversion
Methods in org.jivesoftware.smackx.iqversion that return Version Modifier and Type Method Description Version
VersionManager. getVersion(Jid jid)
Request version information from a given JID. -
Uses of Version in org.jivesoftware.smackx.iqversion.packet
Methods in org.jivesoftware.smackx.iqversion.packet that return Version Modifier and Type Method Description static Version
Version. createResultFor(Stanza request, Version version)
Methods in org.jivesoftware.smackx.iqversion.packet with parameters of type Version Modifier and Type Method Description static Version
Version. createResultFor(Stanza request, Version version)
Constructors in org.jivesoftware.smackx.iqversion.packet with parameters of type Version Constructor Description Version(Version original)
-
Uses of Version in org.jivesoftware.smackx.iqversion.provider
Methods in org.jivesoftware.smackx.iqversion.provider that return Version Modifier and Type Method Description Version
VersionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-