Skip to content

Instantly share code, notes, and snippets.

@davecheney
Created March 10, 2011 01:53
Show Gist options
  • Save davecheney/863432 to your computer and use it in GitHub Desktop.
Save davecheney/863432 to your computer and use it in GitHub Desktop.
func DialGTalk(username, password string) (io.ReadWriteCloser, os.Error) {
return authenticate(starttls(net.DialTCP("tcp", nil, "talk.google.com:5222"), username, password)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment