# HG changeset patch # User Chris Jones # Date 1325464080 25200 # Node ID dd6f5cc27d52510718b6fe947ad9da91e020b690 # Parent 82e90aa25dad730afea30d73ca9bb6ac85b2e8c5 Comment cleanup. 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"