Skip to content

Instantly share code, notes, and snippets.

@lloydwatkin
Created January 10, 2013 10:02
Show Gist options
  • Save lloydwatkin/4500897 to your computer and use it in GitHub Desktop.
Save lloydwatkin/4500897 to your computer and use it in GitHub Desktop.
OUTGOING: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5"></auth>
INCOMING: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl" xmlns:stream="http://etherx.jabber.org/streams">cmVhbG09ImlwLTEwLTY2LTItOTMiLG5vbmNlPSJtSU1tVkJxZWhRZzFQZlBhWVBhaG00N3lKQXRNck9tNFNNVnpvL3hjIixxb3A9ImF1dGgiLGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNz</challenge>
OUTGOING: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9InJvbWVvIixyZWFsbT0iaXAtMTAtNjYtMi05MyIsbm9uY2U9Im1JTW1WQnFlaFFnMVBmUGFZUGFobTQ3eUpBdE1yT200U01Wem8veGMiLGNub25jZT0iNzg4MTQ1NTEiLG5jPSIwMDAwMDAwMSIscW9wPSJhdXRoIixkaWdlc3QtdXJpPSJ4bXBwL2lwLTEwLTY2LTItOTMiLHJlc3BvbnNlPSJjOGMwMWM2ZmVhMWQxNGE4YTg4YjkxZThlOGM3NGFkMCIsYXV0aHppZD0icm9tZW9AaXAtMTAtNjYtMi05MyIsY2hhcnNldD0idXRmLTgi</response>
INCOMING: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl" xmlns:stream="http://etherx.jabber.org/streams"><not-authorized/></failure>
Authentication fail: XMPP authentication failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment