Mercurial > prosody-modules
comparison mod_client_proxy/README.markdown @ 4318:3dd7840cb923
mod_client_proxy: Fix typo in readme
Thanks, @mdosch.
| author | Jonas Schäfer <jonas@wielicki.name> |
|---|---|
| date | Tue, 05 Jan 2021 20:51:23 +0100 |
| parents | f04dbfad5407 |
| children |
comparison
equal
deleted
inserted
replaced
| 4317:456b9f608fcf | 4318:3dd7840cb923 |
|---|---|
| 19 | 19 |
| 20 The IQ requests are JAT-ed (JAT: Jabber Address Translation) so that when the | 20 The IQ requests are JAT-ed (JAT: Jabber Address Translation) so that when the |
| 21 implementing client answers the IQ request, it is sent back to the component, | 21 implementing client answers the IQ request, it is sent back to the component, |
| 22 which reverts the translation and routes the reply back to the user. | 22 which reverts the translation and routes the reply back to the user. |
| 23 | 23 |
| 24 Let us assume that user@some-domain.exmaple sends a request. The | 24 Let us assume that user@some-domain.example sends a request. The |
| 25 proxy.domain.example component has the client_proxy module loaded and proxies to | 25 proxy.domain.example component has the client_proxy module loaded and proxies to |
| 26 some-user@some-domain.example. some-user@some-domain.example has two resources, | 26 some-user@some-domain.example. some-user@some-domain.example has two resources, |
| 27 /a and /b. | 27 /a and /b. |
| 28 | 28 |
| 29 user -> component: | 29 user -> component: |
