mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Default config: Add 'presence' to list of modules
This commit is contained in:
parent
2b7399b4f3
commit
ea1de379ad
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ 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