diff -r cd9e0ddbd5e9 -r fdd637733628 xmpp/roster.go --- a/xmpp/roster.go Sat Sep 28 13:03:51 2013 -0600 +++ b/xmpp/roster.go Sat Sep 28 13:11:44 2013 -0600 @@ -24,8 +24,8 @@ type Roster struct { Extension - get chan []RosterItem - toServer chan Stanza + get chan []RosterItem + toServer chan Stanza } type rosterClient struct {