class XMPP::Stanza::CarbonsEnable

Overview

CarbonsEnable implements the enable request of XEP-0280 - Message Carbons. It is sent as an IQ-set to the user's own bare JID after the initial presence, asking the server to carbon-copy the user's messages on all other connected resources.

Included Modules

Defined in:

xmpp/stanza/carbons.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 name : String #

[View source]
def namespace : String #

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

[View source]