Mercurial > prosody-modules
comparison mod_auto_activate_hosts/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
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 || |