Added uuid to message_id, and uiid params in command message reply

This commit is contained in:
2021-09-27 10:23:31 +02:00
parent b35cb62e1e
commit b393655a5e
4 changed files with 20 additions and 13 deletions

View File

@@ -3,15 +3,16 @@ A tool for testing xmpp servers load
## Environment variables
| Variable | Required | Default Value | Description |
| ------------------------------------------------- | -------- | --------------------------------- | ---------------------------------------------- |
| **Credentials:** |
| |
| CREDENTIALS_FILE_LOCATION | NO | input.json | Database username |
| |
| **GeneralOptions:** |
| |
| PRESENCE_STATUS_DELAY | NO | 120000000000 - 2 mins | Delay for online presence message loop |
| COMMAND_REPLY_DELAY | NO | 10 sec | Delay for online presence message loop |
| |
| Variable | Required | Default Value | Description |
| ------------------------------------------------- | -------- | --------------------------------- | -----------------------------------------------------------|
| **Credentials:** |
| |
| CREDENTIALS_FILE_LOCATION | NO | input.json | Database username |
| |
| **GeneralOptions:** |
| |
| PRESENCE_STATUS_DELAY | NO | 2 min | Delay for online presence message loop |
| COMMAND_REPLY_DELAY | NO | 10 sec | Delay for command message reply |
| EXECUTE_SIGLE_STATUS_MESSAGE | NO | false | Send one presence stanza message for clients and terminate|
| |