Class | Jabber::Bytestreams::StreamHostUsed |
In: |
lib/xmpp4r/bytestreams/iq/bytestreams.rb
|
Parent: | REXML::Element |
<streamhost-used/> element, normally appears as child of IqQueryBytestreams
# File lib/xmpp4r/bytestreams/iq/bytestreams.rb, line 162 162: def initialize(jid=nil) 163: super('streamhost-used') 164: self.jid = jid 165: end