class XMPP::Stanza::DiscoItems

Overview

XEP-0030: Service Discovery http://www.xmpp.org/extensions/xep-0030.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 add_item(jid : String, node : String, name : String) #

def items : Array(DiscoItem) #

def items=(items : Array(DiscoItem)) #

def name : String #

def namespace : String #

def node : String #

def node=(node : String) #

def to_xml(elem : XML::Builder) #