- 18 Jan, 2021 1 commit
-
-
JC Brand authored
This causes index offset issues with any rich elements in the message. We could try to fix the offsets, or alternatively replace the collapsed newlines with spaces (to maintain the original offsets), but I don't think it's worth the effort since I'm not sure that it's a good idea to collapse newlines in the first place.
-
- 15 Jan, 2021 3 commits
-
-
JC Brand authored
Looking at the Prosody code, it appears to be cheap since Prosody will do nothing if you're already registered and this works around a bug in mod_muc_rai where events aren't fired for each resource of the same joined nick joining or leaving the MUC.
-
JC Brand authored
-
JC Brand authored
Can be used to fine-tune which (if any) of the XEP-0333 chat markers will be sent out.
-
- 13 Jan, 2021 2 commits
- 11 Jan, 2021 1 commit
-
-
JC Brand authored
Also... clear info message before executing ad-hoc command so that user gets visiual indication.
-
- 08 Jan, 2021 5 commits
- 07 Jan, 2021 3 commits
- 06 Jan, 2021 1 commit
-
-
JC Brand authored
-
- 04 Jan, 2021 1 commit
-
-
JC Brand authored
-
- 30 Dec, 2020 1 commit
-
-
JC Brand authored
-
- 29 Dec, 2020 8 commits
- 28 Dec, 2020 4 commits
- 21 Dec, 2020 2 commits
- 17 Dec, 2020 8 commits
-
-
JC Brand authored
To avoid a long empty flash while new messages are being fetched again.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
by the user, and not as part of cleanup during logout or when leaving automatically in order to receive XEP-0437 activity indicators.
-
Licaon_Kter authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Add test for incoming RAI message - Only enable RAI if the user is affilated in MUC being left - Handle error presence indicating a resouce-constraint - Don't unregister stanza handlers in `leave`, since we still want to listen to RAI-related stanzas. Instead unregister upon the `destroy` event.
-