Default config: Add 'presence' to list of modules
authorMatthew Wild <mwild1@gmail.com>
Thu, 7 May 2009 18:37:54 +0000 (19:37 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 7 May 2009 18:37:54 +0000 (19:37 +0100)
prosody.cfg.lua.dist

index dc636192a9daa85ac64957d525bdcb900cf3cc46..c945e343db68bf75535d64acd996358571e41a21 100644 (file)
@@ -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