diff -r cd9e0ddbd5e9 -r fdd637733628 xmpp/status.go --- a/xmpp/status.go Sat Sep 28 13:03:51 2013 -0600 +++ b/xmpp/status.go Sat Sep 28 13:11:44 2013 -0600 @@ -7,7 +7,7 @@ ) type statmgr struct { - newStatus chan Status + newStatus chan Status newlistener chan chan Status }