From dfdabe001ed443828b4515c3763a8704eac1d8d2 Mon Sep 17 00:00:00 2001 From: "http://tiker.net/openid/" Date: Mon, 27 May 2013 01:41:39 +0000 Subject: [PATCH] --- .../Difficult_to_troubleshoot_XMPP_login_failures.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn diff --git a/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn b/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn new file mode 100644 index 0000000000..dd0ba3d416 --- /dev/null +++ b/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn @@ -0,0 +1,8 @@ +### Please describe the problem. + +I have a jabber account on `jabber.ccc.de`. When trying to log in to that account, I get "Unable to connect to the Jabber server. Maybe you entered the wrong password? (Error message: AuthenticationFailure)" I've typed the password enough times that I'm relatively certain that I've typed it correctly at least once. It's difficult to see behind this error message. This is the only thing that shows up in the debug log: + + [2013-05-26 21:40:16 EDT] read: host ["-t","SRV","--","_xmpp-client._tcp.jabber.ccc.de"] + [2013-05-26 21:40:16 EDT] read: host ["-t","SRV","--","_xmpp-client._tcp.jabber.ccc.de"] + +It'd be great if this error were a wee bit more verbose.