aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn
diff options
context:
space:
mode:
authorGravatar http://tiker.net/openid/ <Andreas_Klckner@web>2013-05-27 01:41:39 +0000
committerGravatar admin <admin@branchable.com>2013-05-27 01:41:39 +0000
commite36045447d55b8a1fe1b3e41737f2e5a6649f8b0 (patch)
treec3bc76325d76a21c68f07880286aa63f645e444c /doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn
parentcdc7b3b1b8822c53d7e701dfd5a833d03322bf4a (diff)
Diffstat (limited to 'doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn')
-rw-r--r--doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn8
1 files changed, 8 insertions, 0 deletions
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 000000000..dd0ba3d41
--- /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.