Skip to content

Commit 5984f5a

Browse files
committed
Copy other improvements from ejabberd container image
1 parent 5e6953e commit 5984f5a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ecs/conf/ejabberd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ define_macro:
2828
PORT_TURN_MAX: 50099
2929
PORT_MQTT: 1883
3030
PORT_PROXY65: 7777
31+
STARTTLS_REQUIRED: true
3132

3233
hosts:
3334
- HOST
@@ -54,7 +55,7 @@ listen:
5455
max_stanza_size: 262144
5556
shaper: c2s_shaper
5657
access: c2s
57-
starttls_required: true
58+
starttls_required: STARTTLS_REQUIRED
5859
-
5960
port: PORT_C2S_TLS
6061
ip: "::"
@@ -80,8 +81,8 @@ listen:
8081
/bosh: mod_bosh
8182
/captcha: ejabberd_captcha
8283
/upload: mod_http_upload
83-
/ws: ejabberd_http_ws
8484
/oauth: ejabberd_oauth
85+
/websocket: ejabberd_http_ws
8586
-
8687
port: PORT_HTTP
8788
ip: "::"

0 commit comments

Comments
 (0)