<p>Hi All,<br>I has using Jabberd2 server,the version detail is jabberd 2.1.7,<br>when I try to register new user, the server response required fields, example:</p>
<p>Client->Server(Query):<br><iq id='uid1' type='get'><br><query xmlns='jabber:iq:register'/><br></iq></p>
<p>Server->Client(RESPONSE):<br><iq xmlns='jabber:client' id='uid1' type='result'><br><query xmlns='jabber:iq:register'><br><username/><password/><instructions>Enter a username and password to register with this server.</instructions>
<br></query><br></iq></p>
<p>If I want to add new field, such as 'nick' or 'email',How to do it?<br>Thanks everybody... :)</p>