stream.go
changeset 35 569833f08780
parent 34 7b1f924c75e2
child 36 9fe022261dcc
--- a/stream.go	Fri Dec 30 17:27:14 2011 -0700
+++ b/stream.go	Fri Dec 30 18:25:08 2011 -0700
@@ -170,6 +170,10 @@
 	}
 }
 
+// BUG(cjyar) Allow extensions to specify extended structs with
+// corresponding namespaces via "func(xml.Name) Stanza".
+// BUG(cjyar) Allow extensions to provide filters in the form of "in
+// chan<- Stanza, out <-chan Stanza".
 func (cl *Client) readStream(srvIn <-chan interface{}, cliOut chan<- Stanza) {
 	defer tryClose(srvIn, cliOut)