mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-23 01:32:18 -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({
|
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/xmpp-websocket",
|
wsURL: "wss://otalk.im:5281/xmpp-websocket",
|
||||||
credentials: {
|
credentials: {
|
||||||
username: user.username.toLowerCase(),
|
username: user.username.toLowerCase(),
|
||||||
password: token
|
password: token
|
||||||
|
Loading…
Reference in New Issue
Block a user