class XMPP::Stanza::Identity

Defined in:

xmpp/stanza/iq/disco.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def category : String #

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

[View source]
def name : String #

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

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

[View source]
def type : String #

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

[View source]