Mercurial > prosody-modules
comparison mod_presence_dedup/README.markdown @ 2434:a43242289fce
mod_presence_dedup/README: Add 'Alpha' label since this module is highly experimental and will break things
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Jan 2017 03:44:44 +0100 |
parents | f24b02e0d706 |
children | 98b9b9ded29a |
comparison
equal
deleted
inserted
replaced
2433:1908e7aefca9 | 2434:a43242289fce |
---|---|
1 --- | 1 --- |
2 summary: Presence deduplication module | 2 summary: Presence deduplication module |
3 labels: | |
4 - 'Stage-Stable' | |
3 ... | 5 ... |
4 | 6 |
5 This module tries to squash incoming identical presence stanzas to save | 7 This module tries to squash incoming identical presence stanzas to save |
6 some bandwith at the cost of increased memory use. | 8 some bandwith at the cost of increased memory use. |
7 | 9 |