hello.
In the README.md of jicofo https://github.com/jitsi/jicofo/raw/master/README.md , it said that to create a new user, type
prosodyctl register <username> jitsi-meet.example.com <password>
This command is ejabberd-centric. The native way to create user with prosody is
prosodyctl adduser <username>@<domain>
then, you will type the password.
Can the README be updated ?