https://github.com/mattn/go-xmpp says it was forked from an original effort by rsc. Never tried it myself, though.
http://go.pkgdoc.org/code.google.com/p/rsc/xmpp
http://code.google.com/p/rsc/source/browse/google/acme/Chat/main.go
--
--
I'm just confused because as far as I can tell I'm doing the same thing Russ's sample code is doing at http://code.google.com/p/rsc/source/browse/google/acme/Chat/main.go
To help find the problem, I recommend logging what you are writing to the server in addition to what you are reading.
Ah, I see. Turns out I'm sending:<message to='a.r...@email.com/Steven’s MB694B29E' from='' type='chat' xml:lang='en'><body>foobla</body></message>
--