diff -r 82e90aa25dad -r dd6f5cc27d52 xmpp.go --- a/xmpp.go Sun Jan 01 17:27:21 2012 -0700 +++ b/xmpp.go Sun Jan 01 17:28:00 2012 -0700 @@ -24,7 +24,6 @@ // Version of RFC 3920 that we implement. Version = "1.0" - // BUG(cjyar) These should be public. // Various XML namespaces. NsStreams = "urn:ietf:params:xml:ns:xmpp-streams" NsStream = "http://etherx.jabber.org/streams"