In-band registration issue

Hi,
I have recently install ejabberd 15.3. I am suceessfully able to create new user , admin from console. Now trying to create user from programatically in iOS. But getting error

<error code="403" type="auth">
  <forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>

Can someone please guide me about above issue.?
Thanks in advance...

It's strange. The default

It's strange. The default configuration has in-band registration enabled. Check you have in ejabberd.yml the lines

register:
 all: allow

Other possibility is that you attempt to create an account with invalid username characters, or some other limitation. Try to create account name test123.

Or maybe that Jabber client has some problem with ejabberd. Try other clients like Psi, Gajim...

Syndicate content