Mark this bug as fixed. 20120108-close
authorChris Jones <chris@cjones.org>
Sun, 08 Jan 2012 12:56:48 -0700
branch20120108-close
changeset 67 e8ad85bb6608
parent 66 4558994ab3b3
child 68 d693ecc11f29
Mark this bug as fixed.
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"