ejabberd: Disable OAuth by default
This commit is contained in:
parent
fcb4aea9de
commit
eb5485bf41
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ s2s_protocol_options:
|
|||
- "no_sslv2"
|
||||
- "no_sslv3"
|
||||
|
||||
disable_sasl_mechanisms:
|
||||
- "X-OAUTH2"
|
||||
|
||||
<% if @auth.is_a?(Array) -%>
|
||||
auth_method:
|
||||
<% @auth.each do |method| -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue