Class: Blather::Stanza::Presence::MUCUser
- Inherits:
-
Blather::Stanza::Presence
- Object
- Niceogiri::XML::Node
- XMPPNode
- Blather::Stanza
- Blather::Stanza::Presence
- Blather::Stanza::Presence::MUCUser
- 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
Constants inherited from XMPPNode
Instance Attribute Summary
Attributes inherited from Blather::Stanza
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_modules ⇒ Object
10 11 12 |
# File 'lib/blather/stanza/presence/muc_user.rb', line 10 def self.decorator_modules super + [Blather::Stanza::MUC::MUCUserBase] end |