diff -r 9d7fdb1d2fc1 -r 21a390dd3506 xmpp/layer2.go --- a/xmpp/layer2.go Sun Sep 15 12:31:37 2013 -0600 +++ b/xmpp/layer2.go Sun Sep 15 12:31:59 2013 -0600 @@ -4,10 +4,10 @@ package xmpp import ( + "encoding/xml" + "fmt" "io" "reflect" - "encoding/xml" - "fmt" "strings" )