Index: remoting/jingle_glue/jingle_client.cc |
=================================================================== |
--- remoting/jingle_glue/jingle_client.cc (revision 77421) |
+++ remoting/jingle_glue/jingle_client.cc (working copy) |
@@ -114,8 +114,11 @@ |
buzz::PreXmppAuth* XmppSignalStrategy::CreatePreXmppAuth( |
const buzz::XmppClientSettings& settings) { |
buzz::Jid jid(settings.user(), settings.host(), buzz::STR_EMPTY); |
- return new notifier::GaiaTokenPreXmppAuth(jid.Str(), settings.auth_cookie(), |
- settings.token_service()); |
+ return new notifier::GaiaTokenPreXmppAuth( |
+ jid.Str(), |
+ settings.auth_cookie(), |
+ settings.token_service(), |
+ notifier::GaiaTokenPreXmppAuth::kDefaultAuthMechanism); |
} |