# HG changeset patch # User Matthew Wild # Date 1706624774 0 # Node ID 5afc8273c5ef77bfc30f853ce6ee653fcfb05552 # Parent 801f64e6d4e98c898ec119e72d145dcdb18e5a9f mod_pubsub_mqtt: Fix syntax error diff -r 801f64e6d4e9 -r 5afc8273c5ef mod_pubsub_mqtt/mod_pubsub_mqtt.lua --- 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;