Class: Blather::Stanza::Message::MUCUser::Invite

Inherits:
InviteBase
  • Object
show all
Defined in:
lib/blather/stanza/message/muc_user.rb

Constant Summary

Constants inherited from XMPPNode

XMPPNode::BASE_NAMES

Class Method Summary collapse

Methods inherited from InviteBase

#from, #from=, #reason, #reason=, #reason_node, #to, #to=

Methods inherited from XMPPNode

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

Class Method Details

.new(*args) ⇒ Object



105
106
107
# File 'lib/blather/stanza/message/muc_user.rb', line 105

def self.new(*args)
  new_node = super :invite, *args
end