| Index: remoting/webapp/base/js/client_plugin_impl.js
|
| diff --git a/remoting/webapp/base/js/client_plugin_impl.js b/remoting/webapp/base/js/client_plugin_impl.js
|
| index 0157cbcffe7206d6af8efce47106667adf7f37cc..626c5d9e218b4d0971cc70344615114cd6153b8f 100644
|
| --- a/remoting/webapp/base/js/client_plugin_impl.js
|
| +++ b/remoting/webapp/base/js/client_plugin_impl.js
|
| @@ -449,11 +449,11 @@ remoting.ClientPluginImpl.prototype.connectWithExperiments_ = function(
|
| this.plugin_.postMessage(JSON.stringify({
|
| method: 'connect',
|
| data: {
|
| + hostId: host.hostId,
|
| hostJid: host.jabberId,
|
| hostPublicKey: host.publicKey,
|
| localJid: localJid,
|
| sharedSecret: '',
|
| - authenticationTag: host.hostId,
|
| capabilities: this.capabilities_.join(" "),
|
| clientPairingId: credentialsProvider.getPairingInfo().clientId,
|
| clientPairedSecret: credentialsProvider.getPairingInfo().sharedSecret,
|
|
|