Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 1446:109ca9e7a6f3
prosody.cfg.lua.dist: Removed 'presence' from default modules list
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 29 Jun 2009 15:20:26 +0500 |
parent | 1291:22dcd5f06bc4 |
child | 1525:f30886f684eb |
comparison
equal
deleted
inserted
replaced
1445:810037988642 | 1446:109ca9e7a6f3 |
---|---|
36 -- This is the list of modules Prosody will load on startup. | 36 -- This is the list of modules Prosody will load on startup. |
37 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. | 37 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. |
38 modules_enabled = { | 38 modules_enabled = { |
39 -- Generally required | 39 -- Generally required |
40 "roster"; -- Allow users to have a roster. Recommended ;) | 40 "roster"; -- Allow users to have a roster. Recommended ;) |
41 "presence"; -- See and broadcast status changes to/from contacts | |
42 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. | 41 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. |
43 "tls"; -- Add support for secure TLS on c2s/s2s connections | 42 "tls"; -- Add support for secure TLS on c2s/s2s connections |
44 "dialback"; -- s2s dialback support | 43 "dialback"; -- s2s dialback support |
45 "disco"; -- Service discovery | 44 "disco"; -- Service discovery |
46 | 45 |