stream.go
changeset 40 33e7f25f1fd2
parent 38 2839fece923e
child 41 c8c9e6a7e6c9
--- a/stream.go	Sat Dec 31 11:45:44 2011 -0700
+++ b/stream.go	Sat Dec 31 12:11:02 2011 -0700
@@ -217,8 +217,6 @@
 	}
 }
 
-// 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) {
@@ -556,6 +554,7 @@
 }
 
 // BUG(cjyar) This should use iq.nested rather than iq.generic.
+
 // Send a request to bind a resource. RFC 3920, section 7.
 func (cl *Client) bind(bind *Generic) {
 	res := cl.Jid.Resource