Hi there. I have ejabberd 2.1.3 installed and running fine on my FreeBSD server. It serves as internal IM server for company I work for. I've decided that it's time to create some shared rosters and a little cleaning with users to make ejabberd serve better for our needs. As a part of cleaning, some JID's should be changed and also some users@domain1 will become users@domain2.
Unfortunately I found that webinterface allow only changing user passwords or deleting them. I've searched for other ways but I didn't fond anything useful. Of course I could just delete all users and create tham again with changed JID and/or domain but what I really care is to minimalize time needed to reconfigure clients. Simple reedit JID or domain on both client and server side would be optimal solution. If that matters - my server uses default mnesia database.
Thanks in advance.
ncpnc wrote: some JID's
some JID's should be changed and also some users@domain1 will become users@domain2
Simple reedit JID or domain on both client and server side would be optimal solution.
my server uses default mnesia database.
If you have few registered accounts (a few hundreds or less), you can try this:
Alternatively to WebAdmin, the database can be backup and restored using the ejabberdctl script.