From 4acd6883cc2eb899db9699111efe6e4746309c3f Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 1 Mar 2011 16:18:55 +0000 Subject: [PATCH] Update comment about X-GOOGLE-TOKEN auth. --- src/remote/remoteconfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/remote/remoteconfig.cpp b/src/remote/remoteconfig.cpp index 6cc852519..b3a21d07d 100644 --- a/src/remote/remoteconfig.cpp +++ b/src/remote/remoteconfig.cpp @@ -66,7 +66,8 @@ void RemoteConfig::Validate() { ValidateGoogleAccount(ui_->username->text(), ui_->password->text()); } -// Validates a Google account against ClientLogin: +// Validates a Google account against ClientLogin and fetches a token usable for +// X-GOOGLE-TOKEN SASL authentication for Google Talk: // http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#ClientLogin void RemoteConfig::ValidateGoogleAccount(const QString& username, const QString& password) { QNetworkRequest request = QNetworkRequest(QUrl(kClientLoginUrl));