Class OmemoDeviceListElement_VAxolotl
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement_VAxolotl
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
The OMEMO device list element with the legacy Axolotl namespace.
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
DEVICE, ID, LIST -
Constructor Summary
ConstructorsConstructorDescriptionOmemoDeviceListElement_VAxolotl(Set<Integer> deviceIds) OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
copyDeviceIds, getDeviceIds, getElementName, toString, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
OmemoDeviceListElement_VAxolotl
-
OmemoDeviceListElement_VAxolotl
-
-
Method Details
-
getNamespace
-