diff -r 9d7fdb1d2fc1 -r 21a390dd3506 xmpp/sasl.go --- a/xmpp/sasl.go Sun Sep 15 12:31:37 2013 -0600 +++ b/xmpp/sasl.go Sun Sep 15 12:31:59 2013 -0600 @@ -3,14 +3,14 @@ package xmpp import ( - "strings" + "crypto/md5" + "crypto/rand" + "encoding/base64" "encoding/xml" - "encoding/base64" "fmt" "math/big" - "crypto/rand" "regexp" - "crypto/md5" + "strings" ) // BUG(cjyar): Doesn't implement TLS/SASL EXTERNAL.