class Blather::Stanza::Iq::Ibb::Data

A Data stanza

Public Instance Methods

data() click to toggle source

Find data node

@return [Nokogiri::XML::Element]

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