Removing auto_reconnect, because it cant work without prebind login mode.

This commit is contained in:
John Livingston 2021-05-05 18:13:15 +02:00
parent 24a036925b
commit 1fe320a59d

View File

@ -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) {