docs: add more detailed description for strict_mode config

This commit is contained in:
Zaiming (Stone) Shi 2022-03-01 12:37:29 +01:00
parent 134625b046
commit be34b927ad
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",