class XMPP::Stanza::DiscoInfo

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::IQPayload

namespace : String namespace

Instance methods inherited from module XMPP::Stanza::Packet

name : String name, to_xml(xml : XML::Builder)
to_xml : String
to_xml

Constructor Detail

def self.new(node : XML::Node) #

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def add_features(namespace : Array(String)) #

def add_identity(name : String, category : String, type : String) #

def features : Array(Feature) #

def features=(f : Array(String)) #

def features=(f : Array(Feature)) #

def identity : Array(Identity) #

def identity=(identity : Array(Identity)) #

def name : String #

def namespace : String #

def node : String #

def node=(node : String) #

def to_xml(elem : XML::Builder) #