Merge pull request #7177 from zmstone/docs-add-more-detailed-desc-for-strict-mode

docs: add more details desc for strct_mode config
This commit is contained in:
Zaiming (Stone) Shi 2022-03-01 14:58:14 +01:00 committed by GitHub
commit f39ae6dfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -339,7 +339,10 @@ message within this interval."""
, {"strict_mode",
sc(boolean(),
#{default => false,
desc => "Parse the MQTT frame in strict mode."
desc => "Parse MQTT messages in strict mode. "
"When set to true, invalid utf8 strings in for example "
"client ID, topic name, etc. will cause the client to be "
"disconnected"
})
}
, {"response_information",