Mercurial > prosody-modules
comparison mod_sift/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_sift/README.wiki@29f3d6b7ad16 |
children | d3231a4d6a60 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'XEP-0273: Stanza Interception and Filtering Technology' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 SIFT is a technology to allow clients to filter incoming traffic on the | |
11 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 |