class XMPP::Stanza::Block

Overview

Block is a set command blocking the listed JIDs.

Included Modules

Defined in:

xmpp/stanza/iq/blocking.cr

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(xml : String) #

[View source]
def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def items : Array(BlockItem) #

[View source]
def name : String #

[View source]
def namespace : String #

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

[View source]