|
@@ -239,7 +239,7 @@ var Toolbar = (function (my) {
|
239
|
239
|
// Open popup with authentication URL
|
240
|
240
|
var authenticationWindow = Authentication.createAuthenticationWindow(function () {
|
241
|
241
|
// On popup closed - retry room allocation
|
242
|
|
- xAPP.mpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
|
|
242
|
+ APP.xmpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
|
243
|
243
|
}, url);
|
244
|
244
|
if (!authenticationWindow) {
|
245
|
245
|
Toolbar.showAuthenticateButton(true);
|