Software /
code /
prosody-modules
Comparison
mod_sift/README.md @ 6003: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 |
parent | 2138:mod_sift/README.markdown@d3231a4d6a60 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'XEP-0273: Stanza Interception and Filtering Technology' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 [SIFT][XEP-0273] is a technology to allow clients to filter incoming | |
11 traffic on the server. This helps save bandwidth, etc. | |
12 | |
13 Compatibility | |
14 ============= | |
15 | |
16 ----- ------- | |
17 0.7 Works | |
18 ----- ------- | |
19 | |
20 Quirks | |
21 ====== | |
22 | |
23 This implementation is a work in progress. | |
24 | |
25 - Stanzas to full JIDs get sifted correctly | |
26 - Stanzas to bare JIDs are currently allowed/disallowed for all | |
27 resources as a whole, and not for individual resources | |
28 - Presence is only sent to available resources, and probes are not | |
29 sent for unavailable reasources | |
30 - This module currently does not interact with offline messages | |
31 (filtered messages are dropped with an error reply) | |
32 - Not tested with privacy lists |