| Index: remoting/webapp/me2mom/remoting.js
|
| diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js
|
| index b96da60a134de8b39eef8c2deaf657ad3d85cf8a..2d22f00c912dd01a552935bbf914ad4285d57c28 100644
|
| --- a/remoting/webapp/me2mom/remoting.js
|
| +++ b/remoting/webapp/me2mom/remoting.js
|
| @@ -53,10 +53,8 @@ remoting.init = function() {
|
| var urlParams = getUrlParameters();
|
| if ('mode' in urlParams) {
|
| if (urlParams['mode'] == 'me2me') {
|
| - var hostJid = urlParams['hostJid'];
|
| - var hostPublicKey = urlParams['hostPublicKey'];
|
| - var hostName = urlParams['hostName'];
|
| - remoting.connectHost(hostJid, hostPublicKey, hostName);
|
| + var hostId = urlParams['hostId'];
|
| + remoting.connectHost(hostId, true);
|
| return;
|
| }
|
| }
|
|
|