class Blather::Stanza::Iq::Ibb::Open
An Open
stanza to
Public Instance Methods
open()
click to toggle source
Find open node
@return [Nokogiri::XML::Element]
# File lib/blather/stanza/iq/ibb.rb, line 33 def open find_first('ns:open', :ns => NS_IBB) end
sid()
click to toggle source
Get the sid of the file transfer
@return [String]
# File lib/blather/stanza/iq/ibb.rb, line 40 def sid open['sid'] end