1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00

Use non-port url for otalk.im ws url

This commit is contained in:
Lance Stout 2013-09-17 13:46:53 -07:00
parent 3d9acf49d9
commit 6be75b7f6c

View File

@ -14,7 +14,7 @@ parts.forEach(function (value) {
localStorage.config = JSON.stringify({ localStorage.config = JSON.stringify({
jid: user.username.toLowerCase() + "@otalk.im", jid: user.username.toLowerCase() + "@otalk.im",
server: "otalk.im", server: "otalk.im",
wsURL: "wss://otalk.im:5281/xmpp-websocket", wsURL: "wss://otalk.im/xmpp-websocket",
credentials: { credentials: {
username: user.username.toLowerCase(), username: user.username.toLowerCase(),
password: token password: token