X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody.cfg.lua.dist;h=182f88893233acd01e45b1fe10dcc6dfce88fd06;hb=0e27581b961910c1183fff398e539905ffb49185;hp=dc636192a9daa85ac64957d525bdcb900cf3cc46;hpb=97c6875ab82d6d6c55701d4c087f2d11a3d5b71d;p=prosody.git diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index dc636192..182f8889 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -15,7 +15,7 @@ -- A table is a list of values, except each value has a name. An -- example would be: -- --- logging = { type = "html", directory = "/var/logs", rotate = "daily" } +-- ssl = { key = "keyfile.key", certificate = "certificate.cert" } -- -- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so -- can @@ -38,6 +38,7 @@ Host "*" modules_enabled = { -- Generally required "roster"; -- Allow users to have a roster. Recommended ;) + "presence"; -- See and broadcast status changes to/from contacts "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. "tls"; -- Add support for secure TLS on c2s/s2s connections "dialback"; -- s2s dialback support