Comment cleanup.
authorChris Jones <chris@cjones.org>
Sun, 01 Jan 2012 17:28:00 -0700
changeset 44 dd6f5cc27d52
parent 43 82e90aa25dad
child 45 abf958bcc201
Comment cleanup.
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"