From 8d0ee3ded9af509bd5959bfb7366a0173377dedb Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 29 Jan 2015 11:27:02 +0200 Subject: [PATCH] Updates generated file. --- index.html | 2 +- libs/app.bundle.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4650bce26..3da92ae3c 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 7934d0df1..ef3ae7e6d 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -4789,7 +4789,7 @@ var Toolbar = (function (my) { // Open popup with authentication URL var authenticationWindow = Authentication.createAuthenticationWindow(function () { // On popup closed - retry room allocation - xAPP.mpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin); + APP.xmpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin); }, url); if (!authenticationWindow) { Toolbar.showAuthenticateButton(true); @@ -15814,7 +15814,7 @@ var XMPP = { setupEvents(); initStrophePlugins(); registerListeners(); - Moderator.init(); + Moderator.init(this, eventEmitter); var configDomain = config.hosts.anonymousdomain || config.hosts.domain; // Force authenticated domain if room is appended with '?login=true' if (config.hosts.anonymousdomain &&