[JDEV] urgent

Keith Minkler keith at digix.net
Mon Mar 13 07:14:30 CST 2000


>      But I am facing following problems.
>
>   1. To change password of user
>
>   2. To delete the userid and password of user

In the latest server version, it is possible to change your password, by
sending a <iq type='set'><query
xmlns='jabber:iq:register'><password>newpass</password></query></iq> to the
server.  note, this looks the same as a registration, but w/o the username,
and other info.

as for the second issue, sending a <remove/> tag in the register is
*supposed* to remove the user (in my mind anyway) however, it currently only
seems to remove the registration information, (fullname, email, etc...) and
I believe the only way to delete a user is to remove the .xml file from the
jspool (or equivilant) directory.

Regards,
Keith Minkler





More information about the JDev mailing list