- 22 Aug, 2019 1 commit
-
-
JC Brand authored
-
- 19 Aug, 2019 3 commits
-
-
Dele Olajide authored
-
Dele Olajide authored
-
Dele Olajide authored
This fix forces Converse.js to respect auto_join_rooms and allow auto join room to occur with server-side generated random room names as required for XEP 0142 - workgroup queues
-
- 16 Aug, 2019 1 commit
-
-
JC Brand authored
-
- 14 Aug, 2019 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
-
Thierry authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
ButterflyOfFire authored
Currently translated at 84.0% (330 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
-
nautilusx authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
JC Brand authored
Also: * converted two docstrings into JSDoc format * Don't use `_.isNull`
-
JC Brand authored
can cause messages to not appear. * Check against null not Element. * Avoid iterating over non-Element nodes
-
JC Brand authored
Lately we've been fetching messages only after entering the MUC, so that we already have occupants to attach to them (due to `fetchMembers` being called before) and thereby avoid rerenders. I've now moved message fetching into the `initialize` method and added missing event handlers for attaching/removing the occupant from a message as it comes online or goes offline. We still avoid (some) rerenders because we fetch and wait for cached occupants before fetching cached messages and we wait for `fetchMembers` before triggering `enteredNewRoom` which causes MAM messages to be fetched.
-
JC Brand authored
-
- 13 Aug, 2019 4 commits
- 12 Aug, 2019 2 commits
- 10 Aug, 2019 8 commits
-
-
JC Brand authored
-
JC Brand authored
We want to fetch messages from cache only once. For one-on-one chats this is the case because messages are fetched only in the `initialize` method. This used to be the case for MUCs as well, until we added the option `clear_messages_on_reconnection`. Now we only fetch messages after the user has entered the MUC.
-
JC Brand authored
-
JC Brand authored
By this time the cached messages are not yet fetched, causing the entire MAM archive to be queried.
-
JC Brand authored
* converse-muc: Handle timeout while fetching affiliation list * converse-omemo: Handle IQ timeout
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 09 Aug, 2019 2 commits
- 08 Aug, 2019 9 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
Allan Nordhøy authored
Currently translated at 69.0% (271 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
-
Yaron Shahrabani authored
Currently translated at 94.9% (373 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/he/
-
JC Brand authored
Currently translated at 95.9% (377 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
JC Brand authored
Set converse-profile as dependency of converse-omemo
-