Class: Blather::Stanza::Presence::MUCUser

Inherits:
Blather::Stanza::Presence show all
Includes:
MUC::MUCUserBase, InstanceMethods
Defined in:
lib/blather/stanza/presence/muc_user.rb

Defined Under Namespace

Modules: InstanceMethods Classes: Item, Status

Constant Summary

Constants included from MUC::MUCUserBase

MUC::MUCUserBase::MUC_USER_NAMESPACE

Constants inherited from Blather::Stanza::Presence

VALID_TYPES

Constants inherited from XMPPNode

XMPPNode::BASE_NAMES

Instance Attribute Summary

Attributes inherited from Blather::Stanza

#handler_hierarchy

Class Method Summary collapse

Methods included from InstanceMethods

#affiliation, #affiliation=, #item, #jid, #jid=, #role, #role=, #status, #status_codes, #status_codes=

Methods included from MUC::MUCUserBase

#find_password_node, included, #inherit, #muc_user, #password, #password=, #password_node

Methods inherited from Blather::Stanza::Presence

#error?, import, new, #probe?, #subscribe?, #subscribed?, #type=, #unavailable?, #unsubscribe?, #unsubscribed?

Methods inherited from Blather::Stanza

#as_error, #error?, #from, #from=, handler_list, #id, #id=, #initialize, next_id, register, #reply, #reply!, #to, #to=, #type, #type=

Methods inherited from XMPPNode

class_from_registration, #decorate, import, new, parse, register, #to_stanza

Constructor Details

This class inherits a constructor from Blather::Stanza

Class Method Details

.decorator_modulesObject



10
11
12
# File 'lib/blather/stanza/presence/muc_user.rb', line 10

def self.decorator_modules
  super + [Blather::Stanza::MUC::MUCUserBase]
end