xmpp.go
changeset 44 dd6f5cc27d52
parent 42 f6bb47ca12f2
child 45 abf958bcc201
--- 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"