Using Erlang, I want to:
1. Create a new user with the username of "user1@mydomain.com"
2. Add "user1@mydomain.com" as a contact of "user1@mydomain.com"
How can I do this for ejabberd using Erlang?
|
|
User loginNavigationejabberd release linesRecent comments
Active forum topicsPopular contentSyndication |
Check the source code of
Check the source code of these ejabberd commands. They are implemented in mod_admin_extra.erl: