public class AttentionExtension
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
| Modifier and Type | Class and Description |
|---|---|
static class |
AttentionExtension.Provider
A
ExtensionElementProvider for the AttentionExtension. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT_NAME
The XML element name of an 'attention' extension.
|
static java.lang.String |
NAMESPACE
The namespace that qualifies the XML element of an 'attention' extension.
|
| Constructor and Description |
|---|
AttentionExtension() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ELEMENT_NAME
public static final java.lang.String NAMESPACE
public java.lang.String getElementName()
getElementName in interface org.jivesoftware.smack.packet.NamedElementpublic java.lang.String getNamespace()
getNamespace in interface org.jivesoftware.smack.packet.FullyQualifiedElementpublic org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
toXML in interface org.jivesoftware.smack.packet.Element