Class ChatMarkersElements.AcknowledgedExtension
java.lang.Object
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.AcknowledgedExtension
- 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
- Enclosing class:
- ChatMarkersElements
public static class ChatMarkersElements.AcknowledgedExtension
extends ChatMarkersElements.ChatMarkerExtensionWithId
Acknowledged extension class.
- See Also:
-
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
getId, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
acknowledged element. -
QNAME
-
-
Constructor Details
-
AcknowledgedExtension
-
-
Method Details
-
getElementName
-
getNamespace
-
from
public static ChatMarkersElements.AcknowledgedExtension from(org.jivesoftware.smack.packet.Message message)
-