Mercurial > prosody-modules
diff mod_cache_c2s_caps/README.md @ 5975: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 |
| parents | mod_cache_c2s_caps/README.markdown@b54e98d5c4a1 |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_cache_c2s_caps/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -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 + ------- ---------------
