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
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(java.util.Set<java.lang.Integer> deviceIds)OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNamespace()-
Methods inherited from class org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
copyDeviceIds, getDeviceIds, getElementName, toString, toXML
-
-
-
-
Constructor Detail
-
OmemoDeviceListElement_VAxolotl
public OmemoDeviceListElement_VAxolotl(java.util.Set<java.lang.Integer> deviceIds)
-
OmemoDeviceListElement_VAxolotl
public OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList)
-
-