Software /
code /
prosody-modules
Changeset
5855:5afc8273c5ef
mod_pubsub_mqtt: Fix syntax error
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 30 Jan 2024 14:26:14 +0000 |
parents | 5854:801f64e6d4e9 |
children | 5856:75dee6127829 5857:58df53eefa28 |
files | mod_pubsub_mqtt/mod_pubsub_mqtt.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_mqtt/mod_pubsub_mqtt.lua Tue Jan 30 14:11:35 2024 +0000 +++ b/mod_pubsub_mqtt/mod_pubsub_mqtt.lua Tue Jan 30 14:26:14 2024 +0000 @@ -167,7 +167,7 @@ }); module:provides("net", { - name = "pubsub_mqtt_tls" + name = "pubsub_mqtt_tls"; encryption = "ssl"; default_port = 8883; listener = mqtt_listener;