xmpp/roster.go
changeset 155 fdd637733628
parent 153 bbd4166df95d
child 158 2d948fcbb5d7
--- 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 {