class XMPP::Stanza::Delegation

Included Modules

Defined in:

xmpp/stanza/component.cr

Constructors

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]

Instance Method Detail

def delegated : Delegated | Nil #

[View source]
def delegated=(delegated : Delegated | Nil) #

[View source]
def forwarded : Forwarded | Nil #

[View source]
def forwarded=(forwarded : Forwarded | Nil) #

[View source]
def name : String #

[View source]
def namespace : String #

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

[View source]
def xml_name : XMLName #

[View source]
def xml_name=(xml_name : XMLName) #

[View source]