darkman
darkman

Reputation: 1003

Ejabberd IOS client registration

Im already setup my ejabberd server on MACOSX. I can register an user on the Control Panel, but i want to enable in-band registration on my IOS client, so that any future buddy request, dont need aproval. whats the best aproach to do that? ANy solution in PHP?

Upvotes: 0

Views: 519

Answers (1)

Kinjo
Kinjo

Reputation: 1456

You could try using an existing interface which would be called from your PHP page which in turn would execute ejabberd commands.

Check out http://www.ejabberd.im/ejabberd_xmlrpc

Upvotes: 1

Related Questions