Mercurial > prosody-wiki
view mod_s2s_reload_newcomponent.wiki @ 216:5e99840c5de7
mod_register_url: removed as plugin has been renamed.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Thu, 22 Sep 2011 16:57:37 +0000 |
parents | e38bd149d0c7 |
children |
line wrap: on
line source
#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 ||