Software /
code /
prosody-modules
Comparison
mod_presence_dedup/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 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. |