Skip to content

conversejs/converse-polaris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converse Polaris Customizations

Contains customizations in order to better integrate Converse with Polaris webmail.

Customizations

  • Extends the base AddContactModal class
    • Shows a warning messages when a contact doesn't have a chat account (chat_status !== 1)
    • Adds the text-danger class to contact search results where the contact doesn't have a chat account.

Installation

npm install converse-add-contact-plugin

Usage

converse.initialize({
    whitelisted_plugins: ['converse-polaris']
});

Development

# Install dependencies
npm install

# Build bundle
npm run build

In your HTML, add:

    <script type="module" src="path/to/converse-polaris/dist/plugin.js"></script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published