class XMPP::Stanza::Replace

Overview

Replace implements XEP-0308 - Last Message Correction.

A corrected message is a regular chat message whose payload carries the id of the message it corrects. The corrected supersedes the original one.

Defined in:

xmpp/stanza/message/replace.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 id : String #

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

[View source]
def name : String #

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

[View source]