Commit Graph

9 Commits

Author SHA1 Message Date
Emmanuel Gil Peyrot b7ae9f212c Replace http: with https: in conversejs.org links 2019-03-04 17:47:45 +01:00
JC Brand 6eb05be4be XEP-0359: Better usage of `stanza-id` to check for dupes 2019-02-13 22:14:58 +01:00
JC Brand 3c0e3d3fab Refactor out `createMessage`.
Changes:

* Avoids leaky abstraction of MUC code into converse-chatboxes
* Avoid creating unnecessary message objects (e.g. without <body)
* Add fix for #1369.
* Rename spec/chatroom.js to spec/muc.js
2019-01-28 13:27:25 +01:00
JC Brand 79bfb45639 Use async/await in MAM code and tests 2018-12-06 13:10:33 +01:00
Emmanuel Gil Peyrot 223deaa782 Log the actual error on MAM error 2018-11-17 18:39:28 +01:00
JC Brand 75b923b580 Bump MAM timeout to 20 secs 2018-11-12 20:29:55 +01:00
JC Brand c583678c86 Use `_coverse.api.sendIQ` instead of `_converse.connection.sendIQ`
So that we know an event will be emitted when the stanza is sent.
2018-10-25 18:29:29 +02:00
JC Brand 6904f9a897 Use es2015 modules instead of UMD 2018-10-23 12:25:58 +02:00
JC Brand 18024b8bd2 Store lerna packages in the `src` directory
- Also update versions in package.json
- Update Makefile
2018-10-22 13:29:25 +02:00