-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stream: added ngx_stream_mqtt_preread_module module.
This adds a new directive: - mqtt_preread: enables extracting information from the MQTT CONNECT message Syntax: mqtt_preread on | off; Default: mqtt_preread off; Context: stream, server The ngx_stream_mqtt_preread_module module allows extracting information from the CONNECT message of the Message Queuing Telemetry Transport (MQTT) protocol, versions 3.1.1 and 5.0. Processing occurs at the preread stage and populates the following variables: - $mqtt_preread_clientid - $mqtt_preread_username
- Loading branch information
1 parent
8f0b906
commit e149d3e
Showing
6 changed files
with
595 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.