mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Removed 'presence' from default modules list
This commit is contained in:
parent
4e638d3c1a
commit
dbf5462378
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ Host "*"
|
|||
modules_enabled = {
|
||||
-- Generally required
|
||||
"roster"; -- Allow users to have a roster. Recommended ;)
|
||||
"presence"; -- See and broadcast status changes to/from contacts
|
||||
"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
|
||||
"tls"; -- Add support for secure TLS on c2s/s2s connections
|
||||
"dialback"; -- s2s dialback support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue