Class OmemoElement_VAxolotl
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoElement
org.jivesoftware.smackx.omemo.element.OmemoElement_VAxolotl
- All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
An OMEMO (PreKey)WhisperMessage element.
-
Field Summary
FieldsFields inherited from class OmemoElement
ATTR_PAYLOAD, NAME_ENCRYPTED, TYPE_OMEMO_MESSAGE, TYPE_OMEMO_PREKEY_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionOmemoElement_VAxolotl(OmemoHeaderElement_VAxolotl header, byte[] payload) Create a new OmemoMessageElement from a header and a payload. -
Method Summary
Methods inherited from class OmemoElement
getElementName, getHeader, getPayload, isKeyTransportElement, isMessageElement, toXMLMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
-
-
Constructor Details
-
OmemoElement_VAxolotl
Create a new OmemoMessageElement from a header and a payload.- Parameters:
header- header of the messagepayload- payload
-
-
Method Details
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-