class XMPP::Stanza::DiscoInfo

Included Modules

Defined in:

xmpp/stanza/iq/disco.cr

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) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def add_features(namespace : Array(String)) #

[View source]
def add_identity(name : String, category : String, type : String) #

[View source]
def features : Array(Feature) #

[View source]
def features=(f : Array(String)) #

[View source]
def features=(f : Array(Feature)) #

[View source]
def identity : Array(Identity) #

[View source]
def identity=(identity : Array(Identity)) #

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def node : String #

[View source]
def node=(node : String) #

[View source]
def to_xml(elem : XML::Builder) #

[View source]