Mercurial > prosody-modules
diff mod_privacy_lists/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_privacy_lists/README.markdown@7d11a3133d17 |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_privacy_lists/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,33 @@ +--- +labels: +- Stage-Deprecated +summary: Privacy lists (XEP-0016) support +--- + +::: {.alert .alert-warning} +[XEP-0016 Privacy Lists] and this module has been deprecated, instead +use [mod_blocklist][doc:modules:mod_blocklist], included with Prosody. +::: + +Introduction +------------ + +Privacy lists are a flexible method for blocking communications. + +Originally known as mod\_privacy and bundled with Prosody, this module +was phased out in favour of the newer simpler blocking (XEP-0191) +protocol, implemented in [mod\_blocklist][doc:modules:mod_blocklist]. + +Configuration +------------- + +None. Each user can specify their privacy lists using their client (if +it supports XEP-0016). + +Compatibility +------------- + + ------ ------- + 0.9 Works + 0.10 Works + ------ -------
