Skip to content

3rd party, community contributed plugins for Converse.js

License

Notifications You must be signed in to change notification settings

worlword/community-plugins

 
 

Repository files navigation

Converse.js Community Plugins

This repo contains community contributed plugins, not included in the core of Converse.js.

Creating a plugin

To create a new plugin, use generator-converse, which is a Yeoman generator.

Install Yeoman and the generator:

npm install -g yo generator-conversejs

Then, to create a new plugin, run the following:

$ yo conversejs converse-pluginname

Where pluginname should be the name of your plugin.

Adding a plugin to the repo here for general use

Simple raise a PR with your new plugin. Please make sure you do the following first

  • Create a subfolder for your plugin and copy all your files in there. Please include a screenshot of the plugin working in converse.
  • Edit demo.html, add your plugin to the demo page and make sure it works.

About

3rd party, community contributed plugins for Converse.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 3.7%
  • HTML 3.2%