public static class Bytestream.Activate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
static javax.xml.namespace.QName |
QNAME |
| Constructor and Description |
|---|
Activate(org.jxmpp.jid.Jid target)
Default constructor specifying the target of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
org.jxmpp.jid.Jid |
getTarget()
Returns the target of the activation.
|
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
public static final java.lang.String ELEMENT
public static final javax.xml.namespace.QName QNAME
public Activate(org.jxmpp.jid.Jid target)
target - The target of the stream.public org.jxmpp.jid.Jid getTarget()
public java.lang.String getElementName()
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)