Use websocket relay at wss://snowflake.bamsoftware.com:443.

This commit is contained in:
David Fifield 2017-01-20 19:16:10 -08:00
parent 1b1fb37afe
commit 138d2b5391
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ this must always act as the answerer.
###
DEFAULT_BROKER = 'snowflake-reg.appspot.com'
DEFAULT_RELAY =
host: '192.81.135.242'
port: 9902
host: 'snowflake.bamsoftware.com'
port: 443
COPY_PASTE_ENABLED = false
COOKIE_NAME = "snowflake-allow"

View file

@ -46,7 +46,7 @@ buildUrl = (scheme, host, port, path, params) ->
parts.join ''
makeWebsocket = (addr) ->
url = buildUrl 'ws', addr.host, addr.port, '/'
url = buildUrl 'wss', addr.host, addr.port, '/'
ws = new WebSocket url
###
'User agents can use this as a hint for how to handle incoming binary data: if