public static class Bytestream.Activate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENTNAME |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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)