Class: XMPP4EM::ComponentConnection
- Inherits:
-
BaseConnection
- Object
- EventMachine::Connection
- BaseConnection
- XMPP4EM::ComponentConnection
- Defined in:
- lib/xmpp4em/component_connection.rb
Instance Attribute Summary
Attributes inherited from BaseConnection
#client, #host, #logger, #port, #stream_features
Instance Method Summary collapse
Methods inherited from BaseConnection
#characters, #connection_completed, #encode2utf8, #end_element, #error, #init, #initialize, #receive_data, #reconnect, #send, #start_element, #unbind
Constructor Details
This class inherits a constructor from XMPP4EM::BaseConnection
Instance Method Details
#namespace ⇒ Object
6 |
# File 'lib/xmpp4em/component_connection.rb', line 6 def namespace; 'jabber:component:accept'; end |