Hi guys,
I would have to manage groups module and group file ; I don t know how to reload prosody without restarting the whole service.
I found this command prosody 'module:reload("groups")'
but I have some strange log when I issued it :
Feb 04 16:06:19 general info Shutting down: Refusing to run as root
Feb 04 16:06:19 general info Shutting down: Prosody already running
Feb 04 16:06:19 general error Failed to open server port 5222, check that Prosody or another XMPP server is not already running and using this port
Feb 04 16:06:19 general error Failed to open server port 5269, check that Prosody or another XMPP server is not already running and using this port
Feb 04 16:06:19 general error Failed to open server port 5347, this port is in use by another application
Feb 04 16:06:19 general info Shutting down...
Feb 04 16:06:19 general info Shutdown status: Cleaning up
Feb 04 16:06:19 general info Shutdown status: Closing all active sessions
Feb 04 16:06:19 general info Shutdown status: Closing all server connections
Feb 04 16:06:19 general info Shutdown complete
Regards,