mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 05:00:39 +00:00
* upgrade to 0.10
This commit is contained in:
parent
678ba9c79c
commit
3e022f69eb
3 changed files with 7 additions and 4 deletions
|
@ -9,11 +9,11 @@ modules_enabled = {
|
|||
"disco"; -- Service discovery
|
||||
|
||||
-- Not essential, but recommended
|
||||
"blocklist"; -- simple modern protocol for blocking remote JIDs (XEP-0191)
|
||||
"private"; -- Private XML storage (for room bookmarks, etc.)
|
||||
"vcard"; -- Allow users to set vCards
|
||||
|
||||
-- These are commented by default as they have a performance impact
|
||||
"privacy"; -- Support privacy lists
|
||||
--"compression"; -- Stream compression (Debian: requires lua-zlib module to work)
|
||||
|
||||
-- Nice to have
|
||||
|
|
|
@ -4,6 +4,9 @@ sql = {
|
|||
database = "prosody.sqlite";
|
||||
}
|
||||
|
||||
-- make 0.10-distributed mod_mam use sql store
|
||||
archive_store = "archive2" -- Use the same data store as prosody-modules mod_mam
|
||||
|
||||
storage = {
|
||||
-- this makes mod_mam use the sql storage backend
|
||||
archive2 = "sql";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue