0

Is there any API to change username of an registerd user. Ejabberd doesn't provide any type of api key to change username so, any way to do this? Maybe a new API written in PHP or ejabberdctl command.

1 Answers1

0

There isn't such a thing. If you store the information in a SQL database, you can simply replace the username in the corresponding tables.

Badlop
  • 3,840
  • 1
  • 8
  • 9