class Blather::Stanza::Iq::Ibb::Close

A Close stanza

Public Instance Methods

close() click to toggle source

Find close node

@return [Nokogiri::XML::Element]

# File lib/blather/stanza/iq/ibb.rb, line 72
def close
  find_first('ns:close', :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 79
def sid
  close['sid']
end