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