Commit 93bfa3bb authored by JC Brand's avatar JC Brand

The default used to be anon

parent aed1c60e
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
'muc_temporary', 'muc_temporary',
'muc_open', 'muc_open',
'muc_unmoderated', 'muc_unmoderated',
'muc_nonanonymous'] 'muc_anonymous']
features.forEach(f => features_stanza.c('feature', {'var': f}).up()); features.forEach(f => features_stanza.c('feature', {'var': f}).up());
features_stanza.c('x', { 'xmlns':'jabber:x:data', 'type':'result'}) features_stanza.c('x', { 'xmlns':'jabber:x:data', 'type':'result'})
.c('field', {'var':'FORM_TYPE', 'type':'hidden'}) .c('field', {'var':'FORM_TYPE', 'type':'hidden'})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment