Method: Blather::Stanza::DiscoInfo#features

Defined in:
lib/blather/stanza/disco/disco_info.rb

#featuresObject

List of feature objects



47
48
49
50
51
# File 'lib/blather/stanza/disco/disco_info.rb', line 47

def features
  query.find('//ns:feature', :ns => self.class.registered_ns).map do |f|
    Feature.new f
  end
end