Commit dc13b8a
committed
Copy configuration from ejabberd upstream (#120)
This applies the following changes from ejabberd upstream into ecs:
- Removed obsolete options log_*
- Added legacy port 5223
- Removed unnecessary IPv6 address in loopback acl
- Removed max_fsm_queue toplevel option which was set to default value
- Added mod_muc_occupantid, available since ejabberd 23.10
Those elements remain specific for this ecs image:
- Path to certificates generated for this image
- ACME remains disabled
- oauth enabled in X listener
- STUN and SIP disabled, with example configuration commented
- Admin access granted to admin account
- MUC/Sub enabled in default room options1 parent bcbc96e commit dc13b8a
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | | - | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
206 | | - | |
207 | | - | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| 256 | + | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
| |||
0 commit comments