Software /
code /
prosody-modules
Comparison
mod_presence_dedup/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 | 2876:mod_presence_dedup/README.markdown@ea6b5321db50 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 summary: Presence deduplication module | |
3 labels: | |
4 - 'Stage-Alpha' | |
5 ... | |
6 | |
7 This module tries to squash incoming identical presence stanzas to save | |
8 some bandwidth at the cost of increased memory use. | |
9 | |
10 Configuration | |
11 ============= | |
12 | |
13 Option Type Default | |
14 ------------------------------ -------- --------- | |
15 presence\_dedup\_cache\_size number `100` | |
16 | |
17 The only setting controls how many presence stanzas *per session* are | |
18 kept in memory for comparing with incoming presenece. | |
19 | |
20 Requires Prosody 0.10 or later. |