class XMPP::Stanza::MucPresence

Overview

MUC Presence extension MucPresence implements XEP-0045: Multi-User Chat - 19.1

Defined in:

xmpp/stanza/presence/muc.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 history : History | Nil #

[View source]
def history=(history : History | Nil) #

[View source]
def name : String #

[View source]
def password : String #

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

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

[View source]