You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this google talk client copies the following code:
function tlsInit(); is based heavily on the tls handshake method example given in the MP1 spec. It is mostly a copy of that example, with certain things removed.
the client() ad client_authenticate() functions are copied mostly from the example given for gsasl authentication.