Mercurial > prosody-modules
diff mod_pubsub_mqtt/mod_pubsub_mqtt.lua @ 5832:5afc8273c5ef
mod_pubsub_mqtt: Fix syntax error
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 30 Jan 2024 14:26:14 +0000 |
parents | 801f64e6d4e9 |
children | 58df53eefa28 |
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;