- 18 Sep, 2020 2 commits
- 17 Sep, 2020 8 commits
- 16 Sep, 2020 1 commit
-
-
JC Brand authored
-
- 15 Sep, 2020 2 commits
-
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
-
Abelardo Vieira Mota authored
-
- 11 Sep, 2020 3 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 1 commit
-
-
JC Brand authored
-