> <iq type='get' id='reg1'> > <query xmlns='jabber:iq:register'/> > </iq>
> Why I can't register on the server? How can I config it?
You have to specify a username in the IQ get:
<iq type='get' id='reg1'>
<query xmlns='jabber:iq:register'>
<username>rob</username>
</query>
</iq>
Rob.
--
Robert Norris GPG: 1024D/FC18E6C2
Email+Jabber: [EMAIL PROTECTED] Web: http://cataclysm.cx/
pgp00000.pgp
Description: PGP signature
