Index: jingle/notifier/communicator/single_login_attempt.cc |
=================================================================== |
--- jingle/notifier/communicator/single_login_attempt.cc (revision 77157) |
+++ jingle/notifier/communicator/single_login_attempt.cc (working copy) |
@@ -113,7 +113,8 @@ |
buzz::PreXmppAuth* pre_xmpp_auth = |
new GaiaTokenPreXmppAuth( |
jid.Str(), client_settings.auth_cookie(), |
- client_settings.token_service()); |
+ client_settings.token_service(), |
+ login_settings_->auth_mechanism()); |
xmpp_connection_.reset( |
new XmppConnection(client_settings, login_settings_->cert_verifier(), |
this, pre_xmpp_auth)); |