So I've read through XEP-0175[1], and I think I have a pretty good idea of how SASL ANONYMOUS login is supposed to work (I love the protocol flow--thank you).
But it's not clear to me how the client is supposed to specify a username. This is supposed to be possible, right? Or is the node always assigned by the server no matter what? Should I just send the base64 encoded username as text within the 'auth' element? -Mark [1] http://www.xmpp.org/extensions/xep-0175.html
