[JDEV] Password Problems
hernux
hernuz at etherac.com.ar
Thu Sep 18 11:52:57 CDT 2003
I found out, that disabling auth_0k, my problems has gone... but I got new
problems
When I send this packet:
<iq type="set" to="[server]">
<query xmlns='jabber:iq:register'>
<username>[user]</username>
<password>[password]</password>
</query>
</iq>
I get this one as response:
<iq type='error' to='[user]@[server]/[resource]' from='[server]'>
<query xmlns='jabber:iq:register'>
<username>[user]</username>
<password xmlns='jabber:iq:auth'>[password]</password>
</query>
<error code='404'>Not Found</error>
</iq>
The fact is, that the password is correctly changed, but the response is not
correct....
does anybody know what may it be?
hernux
----- Original Message -----
From: hernux
To: jdev at jabber.org
Sent: Wednesday, September 17, 2003 8:27 PM
Subject: [JDEV] Password Problems
I got a problem with jabberd storage.. It seems that mod_auth0k is using a
different password than mod_auth ..
so, when I login using plain password, it uses a different password than
when I logging using a digest password.
does anybody know anythingh about it?
More information about the JDev
mailing list