public static class Bytestream.Activate
extends java.lang.Object
implements org.jivesoftware.smack.packet.NamedElement
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) |
public Activate(org.jxmpp.jid.Jid target)
target
- The target of the stream.public org.jxmpp.jid.Jid getTarget()
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element