Class | Jabber::Bytestreams::StreamHostUsed |
In: |
lib/xmpp4r/bytestreams/iq/bytestreams.rb
|
Parent: | XMPPElement |
<streamhost-used/> element, normally appears as child of IqQueryBytestreams
# File lib/xmpp4r/bytestreams/iq/bytestreams.rb, line 156 156: def initialize(jid=nil) 157: super() 158: self.jid = jid 159: end