Change JID for all users

Hi,

I created manually some users in my openfire server.

The JID are as : username@my2.domain.lan (local network)

Openfire is running on the server my.domain.lan

I wan to change all JID in the mySql database from my2.domain.lan to my.domain.lan.

I dont know if its possible from the web interface and i dont want to delete/create all my users again !

How change the domain for each JID ???

Thanx

Hi,

stop Openfire and make a text dump of the Mysql database and replace there the domain name. Then import the modified dump and start Openfire. The xmpp.domain and the rosters will then be updated.

Your clients may get a problem if they try to connect using the old server name.

LG

I dont thought about that, then do it…finally it works fine, thanx…