comparison mod_muc_thread_polyfill/README.md @ 6351:1a08652c3fea

mod_muc_thread_polyfill: new module to infer threads when possible for clients that do not send them
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Fri, 26 Dec 2025 11:39:34 -0500
parents
children
comparison
equal deleted inserted replaced
6350:908d44cfb693 6351:1a08652c3fea
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: 'Infer threads for clients that do not send them'
5 ...
6
7 Introduction
8 ============
9
10 Some clients have no UI for determining what <thread/> a message should have,
11 but do support XEP-0461 replies. This module will infer the right thread from
12 the parent if there is none but this is a reply.
13
14 Compatibility
15 =============
16
17 ----- --------------------------------------------------
18 trunk Works
19 0.13 Works
20 0.12 Works
21 ----- --------------------------------------------------