Software / code / prosody-modules
Comparison
mod_alias/README.markdown @ 2876:ea6b5321db50
README files: Fix typos
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 04 Feb 2018 16:05:27 +0100 |
| parent | 1953:0c3ba5ff7a3b |
comparison
equal
deleted
inserted
replaced
| 2875:c3a039972b74 | 2876:ea6b5321db50 |
|---|---|
| 15 to handle with XMPP, this module sidesteps all the hard problems by just | 15 to handle with XMPP, this module sidesteps all the hard problems by just |
| 16 sending the user a helpful message, requiring humans to decide what they | 16 sending the user a helpful message, requiring humans to decide what they |
| 17 actually want to do. | 17 actually want to do. |
| 18 | 18 |
| 19 This doesn't require any special support on other clients or servers, | 19 This doesn't require any special support on other clients or servers, |
| 20 just the ability to recieve messages. | 20 just the ability to receive messages. |
| 21 | 21 |
| 22 Configuration | 22 Configuration |
| 23 ============= | 23 ============= |
| 24 | 24 |
| 25 Add the module to the `modules_enabled` list. | 25 Add the module to the `modules_enabled` list. |