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
public class OmemoDeviceListElement_VAxolotl extends OmemoDeviceListElement
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
Constructors Constructor Description OmemoDeviceListElement_VAxolotl(Set<Integer> deviceIds)
OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
Returns the root element XML namespace.-
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 Detail
-
OmemoDeviceListElement_VAxolotl
public OmemoDeviceListElement_VAxolotl(Set<Integer> deviceIds)
-
OmemoDeviceListElement_VAxolotl
public OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList)
-
-
Method Detail
-
getNamespace
public String getNamespace()
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
-