class XMPP::Stanza::PubSub

Included Modules

Defined in:

xmpp/stanza/pubsub.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 affiliations : Affiliations | Nil #

[View source]
def affiliations=(affiliations : Affiliations | Nil) #

[View source]
def items : Items | Nil #

[View source]
def items=(items : Items | Nil) #

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def publish : Publish | Nil #

[View source]
def publish=(publish : Publish | Nil) #

[View source]
def retract : Retract | Nil #

[View source]
def retract=(retract : Retract | Nil) #

[View source]
def subscribe : Subscribe | Nil #

[View source]
def subscribe=(subscribe : Subscribe | Nil) #

[View source]
def subscription : Subscription | Nil #

[View source]
def subscription=(subscription : Subscription | Nil) #

[View source]
def subscriptions : Subscriptions | Nil #

[View source]
def subscriptions=(subscriptions : Subscriptions | Nil) #

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

[View source]
def unsubscribe : Unsubscribe | Nil #

[View source]
def unsubscribe=(unsubscribe : Unsubscribe | Nil) #

[View source]