class XMPP::Stanza::BookmarkConference

Overview

BookmarkConference is one saved chat room.

Defined in:

xmpp/stanza/bookmarks.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def autojoin : Bool #

[View source]
def autojoin=(autojoin : Bool) #

[View source]
def jid : String #

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

[View source]
def name : String #

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

[View source]
def nick : String #

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

[View source]
def password : String #

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

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

[View source]