Method: Jabber::Connection#start

Defined in:
lib/vendor/xmpp4r/lib/xmpp4r/connection.rb

#startObject

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