class XMPP::Stanza::Delegation

Included Modules

Defined in:

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

Instance Method Detail

def delegated : Delegated? #

This is used in iq to wrap delegated iqs


def delegated=(delegated : Delegated?) #

This is used in iq to wrap delegated iqs


def forwarded : Forwarded? #

def forwarded=(forwarded : Forwarded?) #

def name : String #

def namespace : String #

def to_xml(xml : XML::Builder) #

def xml_name : XMLName #

def xml_name=(xml_name : XMLName) #