diff mod_s2s_reload_newcomponent/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_s2s_reload_newcomponent/README.wiki@29f3d6b7ad16
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_s2s_reload_newcomponent/README.markdown	Fri Aug 28 18:03:58 2015 +0200
@@ -0,0 +1,37 @@
+---
+labels:
+summary: |
+    Module to automatically load new components when config:reload is done
+    in console
+...
+
+Introduction
+============
+
+Currently, module:reload command in console doesn't load new components.
+This module will automatically load the new components (if any) when the
+config:reload command is run in the console.
+
+Details
+=======
+
+In order to use the plugin, simply load the plugin by adding
+"s2s\_reload\_newcomponent" to the modules enabled list. The plugin
+requires configuration to be reloaded via console plugin's
+config:reload() command.
+
+Now, add a new component in the prosody configuration and then run
+config:reload() command in the console plugin. The new component should
+become active in prosody at this point and can be used.
+
+Dependency
+==========
+
+Needs console plugin to reload configuration.
+
+Compatibility
+=============
+
+  ----- -------
+  0.7   works
+  ----- -------