bvm-prosody: keep messages forever
This commit is contained in:
parent
620eecebfb
commit
c769f2aeb6
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ in {
|
||||||
uploadHttp.domain = "upload.xmpp.lukegb.com";
|
uploadHttp.domain = "upload.xmpp.lukegb.com";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
archive_expires_after = "never" -- keep messages forever
|
||||||
|
|
||||||
proxy65_address = "xmpp.lukegb.com"
|
proxy65_address = "xmpp.lukegb.com"
|
||||||
proxy65_acl = { "lukegb.com" }
|
proxy65_acl = { "lukegb.com" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue