Method: JsChat::Bridge#connect

Defined in:
lib/jschat/http/jschat.rb

#connectObject



82
83
84
85
# File 'lib/jschat/http/jschat.rb', line 82

def connect
  response = send_json({ :protocol => 'stateless' })
  @cookie = response['cookie']
end