Skip to content

Commit

Permalink
Example configuration: Clarify direct TLS listener
Browse files Browse the repository at this point in the history
The ejabberd_c2s listener for port 5223 is meant to support direct TLS
access rather than STARTTLS.  Therefore, remove the 'starttls_required'
option, which had no effect.
  • Loading branch information
weiss committed Oct 16, 2023
1 parent d5de93b commit df60818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ejabberd.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ listen:
-
port: 5223
ip: "::"
tls: true
module: ejabberd_c2s
max_stanza_size: 262144
shaper: c2s_shaper
access: c2s
starttls_required: true
tls: true
-
port: 5269
ip: "::"
Expand Down

0 comments on commit df60818

Please sign in to comment.