Mercurial > prosody-modules
comparison mod_compat_dialback/README.markdown @ 1900:41ebdb331b94
mod_compat_dialback: Workaround for Dialback with servers that violate RFC 6120 ยง 4.7.2
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 11 Oct 2015 15:39:23 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1899:ceb594a14a18 | 1900:41ebdb331b94 |
|---|---|
| 1 --- | |
| 2 summary: Workaround for Dialback with some servers that violate RFC 6120 | |
| 3 ... | |
| 4 | |
| 5 This module provides a workaround for servers that do not set the `to` | |
| 6 attribute on stream headers, which is required per [RFC6120]: | |
| 7 | |
| 8 > ## 4.7.2. to | |
| 9 > | |
| 10 > For initial stream headers in both client-to-server and | |
| 11 > server-to-server communication, the initiating entity MUST include the | |
| 12 > 'to' attribute and MUST set its value to a domainpart that the | |
| 13 > initiating entity knows or expects the receiving entity to service. | |
| 14 | |
| 15 As a side effect of [this issue](https://prosody.im/issues/issue/285), | |
| 16 Prosody 0.10 will be unable to do [Dialback][xep220] with servers that | |
| 17 don't follow this. | |
| 18 | |
| 19 # Known servers affected | |
| 20 | |
| 21 * Openfire 3.10.2 (and probably earlier versions) |
