Method: Jabber::Connection#start
- Defined in:
- lib/vendor/xmpp4r/lib/xmpp4r/connection.rb
#start ⇒ Object
Start the parser on the previously connected socket
117 118 119 |
# File 'lib/vendor/xmpp4r/lib/xmpp4r/connection.rb', line 117 def start super(@socket) end |