comparison mod_auto_activate_hosts/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_auto_activate_hosts/README.wiki@29f3d6b7ad16
children
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
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 ----- -------