class XMPP::Stanza::Roster

Overview

Instant Messaging and Presence RFC6121 - https://xmpp.org/rfcs/rfc6121.html

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::IQPayload

namespace : String namespace

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) #

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def item : Array(RosterItem) #

def item=(item : Array(RosterItem)) #

def name : String #

def namespace : String #

def to_xml(elem : XML::Builder) #

def ver : String #

def ver=(ver : String) #