ejabberd: Disable OAuth by default

This commit is contained in:
Ossi Salmi 2016-01-02 00:55:34 +02:00
parent fcb4aea9de
commit eb5485bf41

View file

@ -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| -%>