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='[EMAIL PROTECTED]/[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: [EMAIL PROTECTED]
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?

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to