Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 1816:1c0bde3db7d8
Merge with 0.5
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 24 Sep 2009 11:16:25 +0100 |
parent | 1810:7c45ae42923a |
child | 2024:46a9c7c99476 |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Mon Sep 21 14:46:12 2009 +0100 +++ b/prosody.cfg.lua.dist Thu Sep 24 11:16:25 2009 +0100 @@ -32,6 +32,12 @@ -- Server-wide settings go in this section Host "*" + -- This is a (by default, empty) list of accounts that are admins + -- for the server. Note that you must create the accounts separately + -- (see http://prosody.im/doc/creating_accounts for info) + -- Example: admins = { "user1@example.com", "user2@example.net" } + admins = { } + -- This is the list of modules Prosody will load on startup. -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. modules_enabled = {