소스 검색

Merge pull request #5 from champtar/auth

Partially fix authenticated conference
dev1
damencho 10 년 전
부모
커밋
414f522fc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/xmpp/moderator.js

+ 1
- 1
modules/xmpp/moderator.js 파일 보기

313
                 var toDomain
313
                 var toDomain
314
                     = Strophe.getDomainFromJid(error.getAttribute('to'));
314
                     = Strophe.getDomainFromJid(error.getAttribute('to'));
315
                 if (toDomain !==
315
                 if (toDomain !==
316
-                    this.xmppService.options.hosts.anonymousdomain) {
316
+                    self.xmppService.options.hosts.anonymousdomain) {
317
                     //FIXME:  "is external" should come either from
317
                     //FIXME:  "is external" should come either from
318
                     // the focus or config.js
318
                     // the focus or config.js
319
                     self.externalAuthEnabled = true;
319
                     self.externalAuthEnabled = true;

Loading…
취소
저장