Class Jabber::Bytestreams::SOCKS5BytestreamsServerStreamHost
In: lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb
Parent: StreamHost

A subclass of StreamHost which possesses a server attribute, to let SOCKS5BytestreamsInitiator know this is the local SOCKS5BytestreamsServer

Methods

new  

Attributes

server  [R] 

Public Class methods

[Source]

     # File lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb, line 115
115:       def initialize(server, jid=nil, host=nil, port=nil)
116:         super(jid, host, port)
117:         @server = server
118:       end

[Validate]