--- a/xmpp/layer1.go Wed Oct 02 23:22:27 2013 -0600 +++ b/xmpp/layer1.go Wed Oct 16 20:05:02 2013 -0600 @@ -64,7 +64,7 @@ for { select { case stat := <-status: - if stat.fatal() { + if stat.Fatal() { return }