- 28 Jul, 2020 1 commit
-
-
JC Brand authored
-
- 27 Jul, 2020 3 commits
-
-
JC Brand authored
Still lacks inter-tab communication to update state across tabs, i.e. when sending a 1-on-1 message in one tab, it doesn't appear in another, because that information is not available via the websocket connection. - Create a new `Connection` class that extends Strophe.Connection and move related code from `converse-core.js` into this class. - Store the session in localStorage when using a worker - Move XEP-0156 code to connection.js This allows us to initialize the connection without needing to know the domain.
-
JC Brand authored
-
JC Brand authored
-
- 24 Jul, 2020 1 commit
-
-
JC Brand authored
-
- 22 Jul, 2020 3 commits
-
-
bernard ng authored
* fixes 2059 add a separator between views
-
JC Brand authored
-
JC Brand authored
-
- 20 Jul, 2020 1 commit
-
-
JC Brand authored
-
- 17 Jul, 2020 3 commits
- 14 Jul, 2020 6 commits
-
-
JC Brand authored
If a message comes in after joining the MUC but before the MAM messages have been fetched, then converse-mam will query for MAM messages newer than that message, causing an empty history (except for that one message).
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
It's currently only used by the MUC header to render URLs in the subject
-
JC Brand authored
-
JC Brand authored
- Don't replace entire textarea when entering a second emoji - Focus emoji picker on tab completion when it's already opened
-
- 13 Jul, 2020 7 commits
- 10 Jul, 2020 5 commits
- 09 Jul, 2020 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
(i.e. not on reconnection)
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
the first time it's opened
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Changes how rich message markup is generated and kept track of. We now have a MessageText class which subclasses String and which keeps track of the rich markup associated with the message.
-
JC Brand authored
-