Mercurial > prosody-wiki
comparison mod_auto_activate_hosts.wiki @ 360:f2e6a9392edb
Created wiki page through web user interface.
author | MWild1@gmail.com |
---|---|
date | Thu, 06 Jun 2013 18:12:45 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
359:9993b7c47dd0 | 360:f2e6a9392edb |
---|---|
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 || |