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

Fix url for otalk.im websocket endpoint

This commit is contained in:
Lance Stout 2013-09-17 01:24:10 -07:00
parent c083cede97
commit f122a8f446

View File

@ -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/xmpp-websocket",
wsURL: "wss://otalk.im:5281/xmpp-websocket",
credentials: {
username: user.username.toLowerCase(),
password: token