Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ macos
md
microservices
modbus
Mosquitto
MQTT
mydomain
namespace
Expand Down
6 changes: 5 additions & 1 deletion docs/specs/mqtt_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@

The client should implement exponential backoff in the event of a loss of connection to the broker
up to a maximum interval period of 120 seconds between connection attempts, and then should continue
connection attempts indefinitely.
connection attempts indefinitely.

## Authentication

When using client certificates for authentication (which is the current typical configuration), password-based authentication is not used. In these cases, the `username` may still be passed as `/r/<registry_id>/d/<device_id>` depending on the backend, but the MQTT broker (e.g., Mosquitto) does not validate passwords.
Loading