[JDEV] Cannot register on jabberd2

Robert Norris rob at cataclysm.cx
Mon Sep 8 18:18:44 CDT 2003


>  <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: rob at cataclysm.cx                Web: http://cataclysm.cx/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20030909/4ef25c52/attachment-0002.pgp>


More information about the JDev mailing list