-- prosody admins = { "paulk@paulk.fr" } ---- modules modules_enabled = { "roster"; "saslauth"; "tls"; "dialback"; "disco"; "private"; "vcard"; "legacyauth"; "version"; "uptime"; "time"; "ping"; "pep"; "register"; "bosh"; "posix"; }; http_default_host = "paulk.fr" allow_registration = false; authentication = "internal_plain"; c2s_require_encryption = false s2s_secure_auth = false ---- service daemonize = true; pidfile = "/var/run/prosody/prosody.pid"; ---- storage storage = "sql" sql = { driver = "MySQL", database = "jabber", username = "jabber", host = "localhost" } ---- logs log = "/srv/log/prosody.log" Include "conf.d/*.cfg.lua"