diff --git a/xmpp.go b/xmpp.go index 3a8db66..7d022a3 100644 --- a/xmpp.go +++ b/xmpp.go @@ -17,16 +17,16 @@ import ( "bytes" "crypto/tls" "encoding/base64" + "encoding/xml" "errors" "fmt" - "http" "io" "log" "net" + "net/http" + "net/url" "os" "strings" - "url" - "xml" ) const (