-- Below is a Prosody 0.8.2 "/etc/prosody/prosody.cfg.lua" config file -- Comments are lua-style pidfile = "/var/run/prosody/prosody.pid" prosody_user = "prosody" prosody_group = "prosody" allow_registration = false authentication = "internal_plain" disallow_s2s = true c2s_require_encryption = true c2s_ports = { 5222 } s2s_ports = { } -- groups_file = "/mnt/kd/prosody/sharedgroups.conf" admins = { } log = { -- info = "/var/log/prosody/prosody.log"; { levels = { min = "error" }, to = "syslog" }; -- error = "/var/log/prosody/prosody.err"; } ssl = { certificate = "/etc/prosody/certs/server.crt"; key = "/etc/prosody/certs/server.key"; } modules_enabled = { "posix", "roster", "saslauth", "tls", "disco", "private", "vcard", "legacyauth", "version", "uptime", "time", "ping", "pep", "register", "adhoc", "admin_adhoc", "admin_telnet", "log_auth" } modules_disabled = { } VirtualHost "pbx.priv.abelbeck.com"