- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 800
 
Converse Roadmap
        JC Brand edited this page Sep 9, 2020 
        ·
        7 revisions
      
    - 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, config.js, components, templates etc. to each plugin folder
 
 - Use JSDoc to document configuration settings for 
converse.initialize 
- 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 - Decouple Skeletor Views from Models
 - Replace Skeletor Views with LitElement components