is it possible to create groups of contacts with Converse.js

111 Views Asked by At

I'd like to customize the user interface of Converse.js . The goal is to create groups of contacts. For example:

  • Group A1 : John Doe, Alice DY
  • Group B1 : Lucy MA, John Doe, Jack KA

Is it possible ? Is there a plugin ?

Converse.js version: v7.0.4.

Thanks;

1

There are 1 best solutions below

0
Jay Xu On

If your intention is to add a contact with group info, there is already a button on the main view of converse.js enter image description here

Otherwise, if you want to add contacts in a batch to an existing group, you can implement a plugin.

BTW, I'm using the latest version 10.1.0 to implement plugins.