From 93bfa3bbbebd0713997f95485fbfedc224227f09 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 17 Dec 2018 14:36:24 +0100 Subject: [PATCH] The default used to be anon --- tests/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.js b/tests/utils.js index c16594755..42961baea 100644 --- a/tests/utils.js +++ b/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'})