[jdev] SASL Google Talk

JD Conley jd.conley at coversant.net
Wed Oct 12 21:58:21 CDT 2005


> > 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




More information about the JDev mailing list