Software /
code /
prosody-modules
Diff
mod_cache_c2s_caps/README.md @ 6209:d611ed13df7e draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:16:25 +0700 |
parent | 3461:b54e98d5c4a1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_cache_c2s_caps/README.md Tue Mar 18 00:16:25 2025 +0700 @@ -0,0 +1,21 @@ +--- +summary: Cache caps on user sessions +--- + +Description +=========== + +This module listens on presences containing caps (XEP-0115) and asks the client +for the corresponding disco#info if it changed. + +It fires the c2s-capabilities-changed event once the disco#info result is +received. + +Compatibility +============= + + ------- --------------- + trunk Works + 0.11 Does not work + 0.10 Does not work + ------- ---------------