Mercurial > prosody-modules
comparison mod_auto_activate_hosts/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_auto_activate_hosts/README.markdown@4d73a1a6ba68 |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Beta' | |
| 4 summary: 'Automatically activate/deactivate hosts on reload' | |
| 5 ... | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 By default Prosody does not automatically activate/deactivate hosts when | |
| 11 they are added to and removed from the configuration. | |
| 12 | |
| 13 This module will activate/deactivate hosts as necessary when the | |
| 14 configuration is reloaded. | |
| 15 | |
| 16 This module was sponsored by [Exa Networks](http://exa-networks.co.uk/). | |
| 17 | |
| 18 Configuration | |
| 19 ============= | |
| 20 | |
| 21 Add the module to your **global** modules\_enabled list: | |
| 22 | |
| 23 modules_enabled = { | |
| 24 ... | |
| 25 "auto_activate_hosts"; | |
| 26 ... | |
| 27 } | |
| 28 | |
| 29 There are no configuration options for this module. | |
| 30 | |
| 31 Compatibility | |
| 32 ============= | |
| 33 | |
| 34 ----- ------- | |
| 35 0.9 Works | |
| 36 ----- ------- |
