From f3420579afd3e0d2973cf5421031a36624875ee7 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 21 Jul 2013 01:20:33 +0000 Subject: [PATCH] Added a comment --- ...comment_1_307df11b5bcf289d7999e1e7f7c461c9._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/cannot_connect_to_xmpp_server/comment_1_307df11b5bcf289d7999e1e7f7c461c9._comment diff --git a/doc/bugs/cannot_connect_to_xmpp_server/comment_1_307df11b5bcf289d7999e1e7f7c461c9._comment b/doc/bugs/cannot_connect_to_xmpp_server/comment_1_307df11b5bcf289d7999e1e7f7c461c9._comment new file mode 100644 index 0000000000..1ad583ec75 --- /dev/null +++ b/doc/bugs/cannot_connect_to_xmpp_server/comment_1_307df11b5bcf289d7999e1e7f7c461c9._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.140" + subject="comment 1" + date="2013-07-21T01:20:32Z" + content=""" +I've fixed the gmail.com problem. It was trying all the servers returned by the SRV query, which all failed due to the bad password, and then fell back to trying gmail.com directly. For whatever reason, gmail.com will accept XMPP connections, but never responds to traffic, so it hung. + +The hang with your own XMPP server does not seem related to that. +"""]]