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 &&