|
@@ -4789,7 +4789,7 @@ var Toolbar = (function (my) {
|
4789
|
4789
|
// Open popup with authentication URL
|
4790
|
4790
|
var authenticationWindow = Authentication.createAuthenticationWindow(function () {
|
4791
|
4791
|
// On popup closed - retry room allocation
|
4792
|
|
- xAPP.mpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
|
|
4792
|
+ APP.xmpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
|
4793
|
4793
|
}, url);
|
4794
|
4794
|
if (!authenticationWindow) {
|
4795
|
4795
|
Toolbar.showAuthenticateButton(true);
|
|
@@ -15814,7 +15814,7 @@ var XMPP = {
|
15814
|
15814
|
setupEvents();
|
15815
|
15815
|
initStrophePlugins();
|
15816
|
15816
|
registerListeners();
|
15817
|
|
- Moderator.init();
|
|
15817
|
+ Moderator.init(this, eventEmitter);
|
15818
|
15818
|
var configDomain = config.hosts.anonymousdomain || config.hosts.domain;
|
15819
|
15819
|
// Force authenticated domain if room is appended with '?login=true'
|
15820
|
15820
|
if (config.hosts.anonymousdomain &&
|