class XMPP::Stanza::BlockItem

Overview

BlockItem is one entry (an ) in a blocklist or a block/unblock command, per XEP-0191.

Defined in:

xmpp/stanza/iq/blocking.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(jid : String = "") #

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

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def jid : String #

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

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

[View source]