class XMPP::Stanza::Subscribe

Overview

Subscribe element for subscribing to a node

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 to_xml(xml : XML::Builder) #

[View source]