class XMPP::Stanza::Subscription

Overview

Subscription element representing subscription state

Defined in:

xmpp/stanza/pubsub.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 jid : String #

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

[View source]
def node : String #

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

[View source]
def subid : String #

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

[View source]
def subscription : String #

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

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

[View source]