How to import CSV file for user creation in Openfire?

How to import CSV file for user creation in Openfire? I want to creat more than 300 users in openfire is there any solution for this?

Hi,

Use the UserService plugin and write a little script to convert each line of information into a URL call to the UserService plugin

daryl

Hi,

use the “User Export Import” plugin and write a little script to convert the CSV file to an XML file.

LG

Hi,

I too have 300 users. I want to dump these user information in the openfire ofUser table. I am not sure whether other than ofUser & Roster table, whether the use information is stored anywhere. I just want to import the user information in openfire mysql DB instead of going through XML route.

Please can someone provide insight into this.

Rgds