Hi everybody,
since a couple of days ago I'm having problems logging on to jabber.earth.li.
Debugging my session, I found that the following "Unauthorized!" message is sent even before a password is asked - which looks like my user doesn't exist anymore.
<iq type="error" id="auth_1" > <query xmlns="jabber:iq:auth"> <username>musicaetnatura</username> </query> <error code="401" >Unauthorized</error> </iq>
If my user still existed, I would have expected an answer like this:
<iq type="result" id="auth_1" > <query xmlns="jabber:iq:auth"> <username>musicaetnatura</username> <password/> <digest/> <resource/> </query> </iq>
Did you have problems with your user database lately, or is this my messenger's fault? Can you confirm that the user was deleted?
Thank you!
Thomas
On Fri, May 19, 2006 at 11:46:01PM +0159, Thomas Schreiner wrote:
since a couple of days ago I'm having problems logging on to jabber.earth.li.
...
Did you have problems with your user database lately, or is this my messenger's fault? Can you confirm that the user was deleted?
The file system that holds the DB got full, which meant some users ids got truncated. I've restored yours from a backup, so hopefully it'll be working for you now?
J.
On Fri, May 19, 2006 at 11:46:01PM +0159, Thomas Schreiner wrote:
since a couple of days ago I'm having problems logging on to jabber.earth.li.
...
Did you have problems with your user database lately, or is this my messenger's fault? Can you confirm that the user was deleted?
The file system that holds the DB got full, which meant some users ids got truncated. I've restored yours from a backup, so hopefully it'll be working for you now?
Confirmed. Perfect, cheers!
Thomas