Class Bytestream.Activate

java.lang.Object
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
Enclosing class:
Bytestream

public static class Bytestream.Activate extends Object
The stanza sent by the stream initiator to the stream proxy to activate the connection.
  • Field Details

  • Constructor Details

    • Activate

      public Activate(Jid target)
      Default constructor specifying the target of the stream.
      Parameters:
      target - The target of the stream.
  • Method Details