jabber: enable cloud_notify_extensions, presence_cache, s2s_bidi, csi_simple

This commit is contained in:
Sandro - 2023-10-31 02:16:41 +01:00
parent e2ca705b5c
commit 6c4dd6d183
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 7 additions and 2 deletions

View File

@ -102,9 +102,10 @@ in
allowRegistration = false;
admins = [ "astro@spaceboyz.net" "0@jabber.c3d2.de" "nek0@c3d2.de" ];
package = pkgs.prosody.override {
withCommunityModules = [ "cloud_notify" "csi" "extdisco" "firewall" "smacks" ];
withCommunityModules = [ "cloud_notify" "cloud_notify_extensions" "firewall" "presence_cache" ];
withExtraLuaPackages = luaPackages: with luaPackages; [
luadbi-postgresql
luaossl # required by cloud_notify_extensions
];
};
@ -117,11 +118,15 @@ in
admin_telnet = true;
announce = true;
mam = true;
carbons = true;
csi_simple = true;
mam = true;
# File-transfer proxies are an outdated technology
proxy65 = false;
server_contact_info = true;
smacks = true;
s2s_bidi = true;
turn_external = true;
};
ssl = {