Software /
code /
prosody-modules
Comparison
mod_s2s_auth_compat/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parent | 1782:mod_s2s_auth_compat/README.wiki@29f3d6b7ad16 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 summary: Workaround for servers doing EXTERNAL without proper stream headers | |
4 ... | |
5 | |
6 Introduction | |
7 ============ | |
8 | |
9 This module is a workaround for servers that try to do s2s | |
10 authentication with certificates and SASL EXTERNAL, but do not send | |
11 correct stream headers. Notably Openfire versions since 3.7 or 3.8. |