diff -r 4558994ab3b3 -r e8ad85bb6608 xmpp.go --- a/xmpp.go Sun Jan 08 12:54:06 2012 -0700 +++ b/xmpp.go Sun Jan 08 12:56:48 2012 -0700 @@ -6,9 +6,6 @@ // and 3921, plus the various XEPs at http://xmpp.org/protocols/. package xmpp -// BUG(cjyar) Figure out why the library doesn't exit when the server -// closes its stream to us. - import ( "bytes" "fmt"