class XMPP::Stanza::DiscoItem

Defined in:

xmpp/stanza/iq/disco_item.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(jid : String = "", node : String = "", name : String = "") #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def jid : String #

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

[View source]
def name : String #

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

[View source]
def node : String #

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

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

[View source]