Class OmemoDeviceListElement_VAxolotl
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement_VAxolotl
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,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, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
OmemoDeviceListElement_VAxolotl
-
OmemoDeviceListElement_VAxolotl
-
-
Method Details
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-