[JDEV] Updating registered user information

Reinaldo Pires reinaldo at impex.com
Tue Aug 29 09:39:05 CDT 2000


I couldn't find any example on how to update personal info of a
registered user.
For exemple, how would I change the password of a registered user??
I read in the docs that sending

<iq type="set"  id="1001" to="jabber.myserver.com">
 <query xmlns="jabber:iq:register">
   <username>test at myserver.com</username><password>test2</password>
   <key>5c2d3f34d3d1688942cadba68b0494d8dc048022</key>
 </query>
</iq>


to the server for a registered user, would cause his info to be
updated...
But this doesn't work ...
What am I missing? Is there any undocumented flag like <update/> or
something like that??

Thank you for your help!
Reinaldo








More information about the JDev mailing list