mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
Fix url for otalk.im websocket endpoint
This commit is contained in:
parent
c083cede97
commit
f122a8f446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user