Class ChatMarkersElements.ReceivedExtension
- java.lang.Object
-
- org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
-
- org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ReceivedExtension
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
,org.jivesoftware.smack.packet.ExtensionElement
,org.jivesoftware.smack.packet.FullyQualifiedElement
,org.jivesoftware.smack.packet.NamedElement
,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
- ChatMarkersElements
public static class ChatMarkersElements.ReceivedExtension extends ChatMarkersElements.ChatMarkerExtensionWithId
Received extension class.- See Also:
- XEP-0333: Chat Markers
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT
received element.static javax.xml.namespace.QName
QNAME
-
Fields inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
id
-
-
Constructor Summary
Constructors Constructor Description ReceivedExtension(java.lang.String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChatMarkersElements.ReceivedExtension
from(org.jivesoftware.smack.packet.Message message)
java.lang.String
getElementName()
java.lang.String
getNamespace()
-
Methods inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
getId, toXML
-
-
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
getNamespace
public java.lang.String getNamespace()
-
from
public static ChatMarkersElements.ReceivedExtension from(org.jivesoftware.smack.packet.Message message)
-
-