[JDEV] Unregister (delete user) how?

Lars Petersen lp at coder.dk
Sun May 27 13:00:58 CDT 2001


I've tried to send:

 <iq type="set" id="1234" to="jabberserver">
  <query xmlns="jabber:iq:register">
   <remove/>
   <key>
    da3a292ba68e00c40ee0566af517c80c965b85a8
   </key>
  </query>
 </iq>

Key and stuff is made up here, I get this from the server:

 <iq type='result' id='1234' 
     to='me at jabberserver/myres' from='jabberserver'/>

But the user still exists, and when I try to create a new
account with the same name I get "Username not available"...

How may I delete a user from the system?


Regards,

Lars



More information about the JDev mailing list