Skip to content
JC Brand edited this page Aug 30, 2020 · 7 revisions

Short term

  • Support for XEP-393 Message Styling #1083
  • Add Web Push Notifications support #1519
  • Change the directory/file structure of Converse
    • Create a plugins folder with subfolders for each plugins, which group relevant files together
    • Add README, index.js, test.js, components, templates etc. to each plugin folder

Medium term

  • Get rid of lodash templates, in favour of lit-html
  • Never use the _ lodash object, instead import individual methods, so that we can tree-shake
  • Replace Backbone/Skeletor Views with LitElement components

Longer term

Clone this wiki locally