Removing auto_reconnect, because it cant work without prebind login mode.
This commit is contained in:
parent
24a036925b
commit
1fe320a59d
@ -136,7 +136,6 @@ window.initConverse = async function initConverse ({
|
||||
if (auth) {
|
||||
params.authentication = 'login'
|
||||
params.auto_login = true
|
||||
params.auto_reconnect = true
|
||||
params.jid = auth.jid
|
||||
params.password = auth.password
|
||||
if (auth.nickname) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user