From 6be75b7f6ce6ee69251ee59f8295e2f1e6bd0356 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 17 Sep 2013 13:46:53 -0700 Subject: [PATCH] Use non-port url for otalk.im ws url --- public/js/oauthLogin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/oauthLogin.js b/public/js/oauthLogin.js index 3c5f924..422d2ef 100644 --- a/public/js/oauthLogin.js +++ b/public/js/oauthLogin.js @@ -14,7 +14,7 @@ parts.forEach(function (value) { localStorage.config = JSON.stringify({ jid: user.username.toLowerCase() + "@otalk.im", server: "otalk.im", - wsURL: "wss://otalk.im:5281/xmpp-websocket", + wsURL: "wss://otalk.im/xmpp-websocket", credentials: { username: user.username.toLowerCase(), password: token