The default used to be anon

This commit is contained in:
JC Brand 2018-12-17 14:36:24 +01:00
parent aed1c60e86
commit 93bfa3bbbe

View File

@ -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'})