Merge branch 'master' into muc_ban_ip

This commit is contained in:
meaz 2021-05-08 08:29:30 +02:00
commit 5a2599bf6a
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
3 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,5 @@
# Prosody role - Changelog
- 04.05.2021 - Add mods for better compatibility with siskin
- 14.02.2021 - Public release of this role
- 05.05.2021 - Add mod muc_ban_ip

View File

@ -188,10 +188,6 @@ prosody_modules:
description: 'This module fetches users bookmarks from Private XML and pushes them to PEP on login'
module_enabled: 'true'
- name: 'admin_blocklist'
description: 'Uses the blocklists set by admins for blocking s2s connections'
module_enabled: 'true'
- name: 'presence_cache'
description: 'This module stores a timestamp of the latest presence received from users contacts'
module_enabled: 'true'
@ -275,6 +271,17 @@ prosody_modules:
description: 'Checks your certificate to see if it is about to expire soon'
module_enabled: 'false'
- name: 'cloud_notify_filters'
description: 'Implements support for a group of push notification extensions by the Tigase team.'
module_enabled: 'true'
- name: 'cloud_notify_priority_tag'
description: 'Implements support for a Tigase XMPP extension, Priority of notifications.'
module_enabled: 'true'
- name: 'cloud_notify_encrypted'
description: 'Implements support for a Encrypted Push Notifications.'
module_enabled: 'true'
- name: 'muc_ban_ip'
description: 'Allows the users server to enforce bans by IP address'
module_enabled: 'true'

View File

@ -28,6 +28,7 @@
- 'mercurial'
- 'prosody-trunk'
- 'prosody-migrator-trunk'
- 'lua-luaossl'
update_cache: yes
cache_valid_time: 3600
state: 'latest'