bbgg2017
bbgg2017

Reputation: 187

How to register a new user from android client on Ejabberd server

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

Answers (1)

Badlop
Badlop

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

Related Questions