[jdev] SASL Google Talk
Matthew Terenzio
matt at jobsforge.com
Wed Oct 12 16:24:14 CDT 2005
I'm working on a Google Talk connection but I'n not very familiar with
SASL.
If I connect to the Google server over SSL, are there additional steps
to take or can I just send something like :
<iq type="set" id="auth_2" to="gmail.com" >
<query xmlns="jabber:iq:auth">
<username>name</username>
<password>pass</password>
<resource>myclient</resource>
</query>
</iq>
over.
More information about the JDev
mailing list