|
@@ -970,6 +970,7 @@ function setupListeners(conference) {
|
970
|
970
|
conference.room.addListener(AuthenticationEvents.IDENTITY_UPDATED, function (authEnabled, authIdentity) {
|
971
|
971
|
conference.authEnabled = authEnabled;
|
972
|
972
|
conference.authIdentity = authIdentity;
|
|
973
|
+ conference.eventEmitter.emit(JitsiConferenceEvents.AUTH_STATUS_CHANGED, authEnabled, authIdentity);
|
973
|
974
|
});
|
974
|
975
|
|
975
|
976
|
conference.room.addListener(XMPPEvents.MESSAGE_RECEIVED, function (jid, displayName, txt, myJid, ts) {
|