class XMPP::Stanza::DelayMessage

Overview

XEP-0203 Delayed Delivery http://www.xmpp.org/extensions/xep-0203.html

Defined in:

xmpp/stanza/message/delay.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(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def from : String #

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

[View source]
def name : String #

[View source]
def stamp : Time #

[View source]
def stamp=(stamp : Time) #

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

[View source]