class XMPP::Stanza::CarbonReceived

Overview

CarbonReceived is the message payload defined by XEP-0280 for messages received on one of the user's other resources.

Defined in:

xmpp/stanza/carbons.cr

Constructors

Class Method Summary

Instance Method Summary

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(xml : String) #

[View source]
def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def forwarded : Forwarded | Nil #

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

[View source]
def name : String #

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

[View source]