Reputation: 187
How can I register a new user from android client on Ejabberd Server? Are there a rest API to solve this issue?
Thank's in advance
Upvotes: 0
Views: 539
Reputation: 4120
If you enable account registration in mod_register configuration, you can use XMPP's In-Band-Registration.
Alternatively, you can run the ejabberd command "register" with several alternative ways, if you enable ejabberd_xmlrpc, mod_http_api, or mod_rest. See https://docs.ejabberd.im/admin/guide/managing/#ejabberd-commands
Upvotes: 1