Mercurial > prosody-modules
comparison mod_sasl_ssdp/README.markdown @ 5875:61bee1be6db3
mod_sasl_ssdp: Add go-sendxmpp to clients supporting XEP-0474.
author | Martin Dosch <martin@mdosch.de> |
---|---|
date | Tue, 26 Mar 2024 22:15:41 +0100 |
parents | 3a7349aa95c7 |
children |
comparison
equal
deleted
inserted
replaced
5874:f8b9095f7862 | 5875:61bee1be6db3 |
---|---|
12 client-side pinning which is currently the most common method of downgrade | 12 client-side pinning which is currently the most common method of downgrade |
13 protection. | 13 protection. |
14 | 14 |
15 **Note:** This module implements version 0.3.0 of XEP-0474. As of 2023-12-05, | 15 **Note:** This module implements version 0.3.0 of XEP-0474. As of 2023-12-05, |
16 this version is not yet published on xmpp.org. Version 0.3.0 of the XEP is | 16 this version is not yet published on xmpp.org. Version 0.3.0 of the XEP is |
17 implemented in Monal 6.0.1. No other clients are currently known to implement | 17 implemented in Monal 6.0.1 and go-sendxmpp 0.8.0. No other clients are currently |
18 the XEP at the time of writing. | 18 known to implement the XEP at the time of writing. |
19 | 19 |
20 # Configuration | 20 # Configuration |
21 | 21 |
22 There are no configuration options for this module, just load it as normal. | 22 There are no configuration options for this module, just load it as normal. |
23 | 23 |