converse.js icon indicating copy to clipboard operation
converse.js copied to clipboard

How to install a plugin

Open rheman opened this issue 3 years ago • 0 comments

Hi everyone,

May be the answer of my question is simple. But do no know how to install a new plugin.

I used to compile the convers.js (make dist) form source code. So How can I add some community-plugins in the source before compilation. I such a way that after compile (make dist) I will be able to whitelist of blacklist extra plugins based on my needs.

Regards,

rheman avatar Jun 28 '22 03:06 rheman

You can include them in your DOM via the script tag or bundle them together with something like Rollup or Webpack.

jcbrand avatar Aug 11 '22 09:08 jcbrand