Software /
code /
prosody-modules
Comparison
mod_sift/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
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 |