> > Unfortunately SASL is quite a bit more complicated than that. The > > server > > will send you a list of mechanisms, then you choose one and use it. > > > > See: http://www.xmpp.org/specs/rfc3920.html#sasl > > > yes, but plain is the only type you need to implement, No? I think > I've got that part. there is some subtlety that I'm missing. > >
True. PLAIN is very simple. It is a single round trip, with all the data sent in the initial mechanism request. You just have to base64 encode the null separated values. What's your XML exchange look like? -JD Conley
