Commit 358187f8 authored by JC Brand's avatar JC Brand

bosh: Bugfix, pass in JID

parent 0fa95ccd
......@@ -46,7 +46,7 @@ converse.plugins.add('converse-bosh', {
}
} else { // Keepalive
const jid = _converse.bosh_session.get('jid');
jid && await _converse.setUserJID();
jid && await _converse.setUserJID(jid);
}
return _converse.bosh_session;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment