# HG changeset patch # User Chris Jones # Date 1326052608 25200 # Node ID e8ad85bb6608b3f45c5d9d70b5e8cac69ee66db1 # Parent 4558994ab3b394506c341c96fbabafe719b9d736 Mark this bug as fixed. 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"