1782
|
1 #summary Automatically activate/deactivate hosts on reload
|
|
2 #labels Stage-Beta
|
|
3
|
|
4 = Introduction =
|
|
5
|
|
6 By default Prosody does not automatically activate/deactivate hosts when they are added to and removed from the configuration.
|
|
7
|
|
8 This module will activate/deactivate hosts as necessary when the configuration is reloaded.
|
|
9
|
|
10 This module was sponsored by [http://exa-networks.co.uk/ Exa Networks].
|
|
11
|
|
12 = Configuration =
|
|
13 Add the module to your *global* modules_enabled list:
|
|
14
|
|
15 {{{
|
|
16 modules_enabled = {
|
|
17 ...
|
|
18 "auto_activate_hosts";
|
|
19 ...
|
|
20 }
|
|
21 }}}
|
|
22
|
|
23 There are no configuration options for this module.
|
|
24
|
|
25 = Compatibility =
|
|
26 || 0.9 || Works || |