Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 10238:9cfefd57da05
tests: Disable TLS in scansion tests
They were not using TLS before. With a36af4570b39 TLS context creation
will succeed even without a certificate, so TLS will be offered, but
since there is no certificate it does not work.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 07 Sep 2019 00:46:06 +0200 |
parent | 9730:69ef22961b7d |
child | 10467:600d4cf41ce1 |
comparison
equal
deleted
inserted
replaced
10237:a36af4570b39 | 10238:9cfefd57da05 |
---|---|
6 | 6 |
7 modules_enabled = { | 7 modules_enabled = { |
8 -- Generally required | 8 -- Generally required |
9 "roster"; -- Allow users to have a roster. Recommended ;) | 9 "roster"; -- Allow users to have a roster. Recommended ;) |
10 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. | 10 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. |
11 "tls"; -- Add support for secure TLS on c2s/s2s connections | 11 --"tls"; -- Add support for secure TLS on c2s/s2s connections |
12 "dialback"; -- s2s dialback support | 12 "dialback"; -- s2s dialback support |
13 "disco"; -- Service discovery | 13 "disco"; -- Service discovery |
14 | 14 |
15 -- Not essential, but recommended | 15 -- Not essential, but recommended |
16 "carbons"; -- Keep multiple clients in sync | 16 "carbons"; -- Keep multiple clients in sync |