Mercurial > prosody-wiki
comparison mod_sift.wiki @ 121:1142a0eaae17
mod_sift: Initial docs commit.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 06 Mar 2010 22:35:50 +0500 |
parents | |
children | d6c6e715cbb9 |
comparison
equal
deleted
inserted
replaced
120:2676620a26f0 | 121:1142a0eaae17 |
---|---|
1 #summary XEP-0273: Stanza Interception and Filtering Technology | |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
6 SIFT is a technology to allow clients to filter incoming traffic on the server. This helps save bandwidth, etc. | |
7 | |
8 = Compatibility = | |
9 | |
10 ||0.7||Works|| | |
11 | |
12 = Quirks = | |
13 | |
14 This implementation is a work in progress. | |
15 | |
16 - Stanzas to full JIDs get sifted correctly | |
17 - Stanzas to bare JIDs are currently allowed/disallowed for all resources as a whole, and not for individual resources | |
18 - Not tested with privacy lists | |
19 |