[[!comment format=mdwn username="http://joeyh.name/" ip="4.154.0.140" subject="comment 5" date="2013-07-21T02:55:36Z" content=""" Great. We can see git-annex opens the XMPP stream tag, and your server responds by opening its own tag. Compare with this similar conversation: joey@gnu:~>telnet kite 5222 Trying 80.68.85.49... Connected to wren.kitenet.net. Escape character is '^]'. So far it's the same as the conversation with your server, but now my server goes on to send another line: SCRAM-SHA-1DIGEST-MD5 While your server does not send anything. I see that my XMPP client library expects to receive a features tag at this point. Until it does, it won't continue. It may be that your server is not sending the features because it does not implement TLS or any of the other features that need to be advertised. I think I need to report this to the author of the XMPP client library. It would help to know what XMPP server software you're using, and if it has TLS support enabled. """]]