diff -r acca351fb8f0 -r e619e18dcec3 xmpp_test.go --- a/xmpp_test.go Thu Jan 19 11:06:42 2012 -0600 +++ b/xmpp_test.go Thu Jan 19 12:25:36 2012 -0600 @@ -6,11 +6,11 @@ import ( "bytes" + "encoding/xml" "reflect" "strings" "sync" "testing" - "xml" ) func TestReadError(t *testing.T) {