Prevent the running of multiple xmpp auth daemons at a time

This commit is contained in:
Michael 2017-12-09 09:46:21 +00:00
commit 8db5b121ff
3 changed files with 385 additions and 323 deletions

View file

@ -19,6 +19,7 @@ Example: To set the directory value please add this line to your .htconfig.php:
## jabber ##
* **debug** (Boolean) - Enable debug level for the jabber account synchronisation.
* **lockpath** - Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
## system ##