소스 검색

The default used to be anon

JC Brand 6 년 전
부모
커밋
93bfa3bbbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/utils.js

+ 1 - 1
tests/utils.js

@@ -147,7 +147,7 @@
             'muc_temporary',
             'muc_open',
             'muc_unmoderated',
-            'muc_nonanonymous']
+            'muc_anonymous']
         features.forEach(f => features_stanza.c('feature', {'var': f}).up());
         features_stanza.c('x', { 'xmlns':'jabber:x:data', 'type':'result'})
             .c('field', {'var':'FORM_TYPE', 'type':'hidden'})