xmpp/sasl.go
changeset 145 21a390dd3506
parent 143 62166e57800e
child 147 d7679d991b17
--- 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.