public static class PushNotificationsElements.RemoteDisablingExtension
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT |
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
RemoteDisablingExtension(java.lang.String node,
org.jxmpp.jid.Jid userJid) |
Modifier and Type | Method and Description |
---|---|
static PushNotificationsElements.RemoteDisablingExtension |
from(org.jivesoftware.smack.packet.Message message) |
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
java.lang.String |
getNode()
Get the node.
|
org.jxmpp.jid.Jid |
getUserJid()
Get the user JID.
|
java.lang.CharSequence |
toXML() |
public static final java.lang.String NAMESPACE
public static final java.lang.String ELEMENT
public RemoteDisablingExtension(java.lang.String node, org.jxmpp.jid.Jid userJid)
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
public java.lang.String getNamespace()
getNamespace
in interface org.jivesoftware.smack.packet.ExtensionElement
public java.lang.String getNode()
public org.jxmpp.jid.Jid getUserJid()
public java.lang.CharSequence toXML()
toXML
in interface org.jivesoftware.smack.packet.Element
public static PushNotificationsElements.RemoteDisablingExtension from(org.jivesoftware.smack.packet.Message message)