lxmppd.cfg.dist

changeset 392
4418997f677d
parent 391
79bd7a3e906c
child 394
2a81158b1fc7
equal deleted inserted replaced
391:79bd7a3e906c 392:4418997f677d
1
2 ---- lxmppd configuration file ----
3
4 config = {
5 hosts = { -- local hosts
6 "localhost";
7 --"snikket.com";
8 };
9 -- If the following is commented, no SSL will be set up on 5223
10 --[[ssl_ctx = {
11 mode = "server";
12 protocol = "sslv23";
13
14 key = "/home/matthew/ssl_cert/server.key";
15 certificate = "/home/matthew/ssl_cert/server.crt";
16 capath = "/etc/ssl/certs";
17 verify = "none";
18 };]]
19 modules = { -- enabled modules
20 "saslauth";
21 "legacyauth";
22 "roster";
23 "register";
24 "tls";
25 "vcard";
26 "private";
27 "version";
28 "dialback";
29 "uptime";
30 };
31 }

mercurial