Mercurial > prosody-wiki
changeset 143:e38bd149d0c7
Created wiki page through web user interface.
author | gauravsri@gmail.com |
---|---|
date | Fri, 16 Jul 2010 07:56:29 +0000 |
parents | d3dd8fdcae1d |
children | 9afa02b561fa |
files | mod_s2s_reload_newcomponent.wiki |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_reload_newcomponent.wiki Fri Jul 16 07:56:29 2010 +0000 @@ -0,0 +1,20 @@ +#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 || \ No newline at end of file