1803
|
1 ---
|
|
2 labels:
|
|
3 - 'Stage-Beta'
|
|
4 summary: 'Privacy lists (XEP-0016) support'
|
|
5 ...
|
|
6
|
|
7 summary: Privacy lists (XEP-0016) support labels: Stage-Beta
|
|
8
|
|
9 Introduction
|
|
10 ------------
|
|
11
|
|
12 Privacy lists are a flexible method for blocking communications.
|
|
13
|
|
14 Originally known as mod\_privacy and bundled with Prosody, this module
|
|
15 is being phased out in favour of the newer simpler blocking (XEP-0191)
|
|
16 protocol, implemented in mod\_blocklist.
|
|
17
|
|
18 Configuration
|
|
19 -------------
|
|
20
|
|
21 None. Each user can specify their privacy lists using their client (if
|
|
22 it supports XEP-0016).
|
|
23
|
|
24 Compatibility
|
|
25 -------------
|
|
26
|
|
27 ------ -------
|
|
28 0.9 Works
|
|
29 0.10 Works
|
|
30 ------ -------
|