Software /
code /
prosody
Diff
CHANGES @ 13486:fdd1438d9ef7
mod_pep: Implement 'roster' (group) access_model
Allows e.g. restricting your vcard4 to only family or similar.
Notes: This does not include roster groups in the configuration form,
so the client will have to get them from the actual roster.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Dec 2023 23:19:27 +0100 |
parent | 13471:afad3b2725bf |
child | 13490:6f840763fc73 |
line wrap: on
line diff
--- a/CHANGES Fri Apr 26 10:37:20 2024 +0100 +++ b/CHANGES Sun Dec 03 23:19:27 2023 +0100 @@ -67,6 +67,7 @@ - When mod_smacks is enabled, s2s connections not responding to ack requests are closed. - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls - Support for Type=notify and notify-reload systemd service type added +- Support for the roster *group* access_model in mod_pep ## Removed