net.xmppclient_listener: Add small comment
[prosody.git] / prosody.cfg.lua.dist
index dc636192a9daa85ac64957d525bdcb900cf3cc46..182f88893233acd01e45b1fe10dcc6dfce88fd06 100644 (file)
@@ -15,7 +15,7 @@
 -- A table is a list of values, except each value has a name. An \r
 -- example would be:\r
 --\r
--- logging = { type = "html", directory = "/var/logs", rotate = "daily" }\r
+-- ssl = { key = "keyfile.key", certificate = "certificate.cert" }\r
 --\r
 -- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so \r
 -- can \r
@@ -38,6 +38,7 @@ Host "*"
        modules_enabled = {\r
                        -- Generally required\r
                                "roster"; -- Allow users to have a roster. Recommended ;)\r
+                               "presence"; -- See and broadcast status changes to/from contacts\r
                                "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.\r
                                "tls"; -- Add support for secure TLS on c2s/s2s connections\r
                                "dialback"; -- s2s dialback support\r