- 06 Aug, 2019 2 commits
- 05 Aug, 2019 7 commits
- 03 Aug, 2019 5 commits
- 02 Aug, 2019 8 commits
-
-
Réda Housni Alaoui authored
Shadow dom: TypeError: Cannot read property 'parentElement' of null caused by MinimizedChatsToggleView
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
If we've fetched the roster before within this session, then we don't have to do so again, regardless of whether versioning is supported or not, otherwise, even if we have a cached roster, we still need to get the latest one again.
-
JC Brand authored
-
- 01 Aug, 2019 4 commits
- 31 Jul, 2019 2 commits
- 30 Jul, 2019 1 commit
-
-
JC Brand authored
-
- 29 Jul, 2019 8 commits
-
-
JC Brand authored
by not logging in automatically when `auto_login` is `false` and we're using anonymous, external or prebind authentication. For `authentication` set to `login` the situation is much more ambiguous, since we don't have a clear distinction between wether we're restoring a previous session (`keepalive`) or whether we're automatically setting up a new session (`auto_login`). So currently if *either* `keepalive` or `auto_login` is `true` and `authentication` is set to `login`, then Converse will try to log the user in.
-
JC Brand authored
Instead we should only query for newly created chats.
-
JC Brand authored
`sendIQ` now takes a flag to turn of rejection of the promise and to resolve on error IQs instead.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
even if the `_converse.bosh_session` instance does not exist. We do this to avoid trying to reconnect with stale tokens upon reconnection. Especially relevant for anonymous connections, but could also be applicable when switching between websocket and BOSH connections when reconnecting. Also renamed `startNewBOSHSession` to `startNewPreboundBOSHSession`
-
JC Brand authored
I.e. also when we're reconnecting. Otherwise the `_converse.bosh_session` object doesn't get recreated and we don't cache the BOSH tokens.
-
- 26 Jul, 2019 3 commits