- 11 Sep, 2020 2 commits
- 10 Sep, 2020 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
instead of querying the stanza. Also fixes a bug where typing notifications triggered an AttributeError inside `shouldNotifyOfGroupMessage`
-
JC Brand authored
Fixes a bug whereby carbons weren't being enabled because the listener for `afterResourceBinding` was registered before `converse.initialize` was called,(which means it was removed as soon as `cleanup` was called inside `converse.initialize`). This shows that event `api.listen` API calls can/should only be called inside the `initialize` method of a plugin (or at least once plugins have been initialized).
-
JC Brand authored
Removed Jed from the headless build and instead let `__` call sprintf. It's now up to downstream users for `@converse/headless` to decide whether they want i18n support for the few translatable strings in that package and to implement it themselves.
-
- 09 Sep, 2020 6 commits
-
-
JC Brand authored
-
JC Brand authored
This makes it possible to wait for the connection_status before trying to call `getOwnOccupant` in plugins
-
JC Brand authored
Precursor to some refactoring planned
-
JC Brand authored
- Add hooks to the stanza parsers so that plugins can do additional parsing. - Change ChatBox instance methods to functions and use them for stanza parsing. - Move encrypt and decrypt messages to `converse.env.omemo` Apparently, when receving a 1:1 carbon message, a device was wrongly created for the contact's device list, instead of our own.
-
Ariel Fuggini authored
-
JC Brand authored
-
- 07 Sep, 2020 2 commits
-
-
Xavi Ferrer authored
-
Xavi Ferrer authored
-
- 05 Sep, 2020 1 commit
-
-
Christoph Scholz authored
-
- 04 Sep, 2020 2 commits
- 03 Sep, 2020 4 commits
-
-
JC Brand authored
before `converse.initialize` has been called In the process, remove other "core" promises. There is no core or community plugins code awaiting on them and since it's possible to call `converse.initialize` twice, I'm not sure it makes sense to even have them. Also removed unused error class IllegalMessage.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
This element can be used to declaratively insert Converse into the DOM. You can put `<converse-root>` into the DOM (e.g. by rendering it inside a React component) before or afer Converse has loaded and/or has been initialized.
-
- 02 Sep, 2020 1 commit
-
-
JC Brand authored
-
- 01 Sep, 2020 3 commits
-
-
JC Brand authored
-
JC Brand authored
-
Ariel Fuggini authored
-
- 31 Aug, 2020 7 commits
-
-
JC Brand authored
-
JC Brand authored
To avoid catching unrelated errors, which can mask other issues in the code and make debugging more difficult
-
JC Brand authored
Otherwise Imgur URLs don't render
-
Ariel Fuggini authored
-
Ariel Fuggini authored
-
Ariel Fuggini authored
-
Christoph Scholz authored
-
- 28 Aug, 2020 2 commits
-
-
JC Brand authored
Otherwise `isHidden` might return true because `minimized` is set to `true` but `converse-minimize` is not enabled.
-
Ariel Fuggini authored
-
- 24 Aug, 2020 3 commits
-
-
Christoph Scholz authored
-
Xavi Ferrer authored
-
Xavi Ferrer authored
-