mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 09:12:19 -05:00
Use non-port url for otalk.im ws url
This commit is contained in:
parent
3d9acf49d9
commit
6be75b7f6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user