Subject: Account creation on OpenFire
Hi there.
I have some account creation code that I have been using fine with eJabberd, unfortunately this doesn't seem to work with OpenFire, I'm getting back the following...
Any idea how I can resolve this?
Nick.
I have some account creation code that I have been using fine with eJabberd, unfortunately this doesn't seem to work with OpenFire, I'm getting back the following...
<query xmlns="jabber:iq:register"><username>bob</username><password>password</password><email>someone@domain.com</email><name>bob</name><x xmlns="jabber:x:data" type="form"><title>XMPP Client Registration</title><instructions>Please provide the following information</instructions><field type="hidden" var="FORM_TYPE"><value>jabber:iq:register</value></field><field label="Username" var="username" type="text-single"><required /></field><field label="Full name" var="name" type="text-single" /><field label="Email" var="email" type="text-single" /><field label="Password" var="password" type="text-private"><required /></field></x></query>
Any idea how I can resolve this?
Nick.