Diff

mod_pubsub_mqtt/mod_pubsub_mqtt.lua @ 5856:75dee6127829

Merge upstream
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 06 Feb 2024 18:32:01 +0700
parent 5855:5afc8273c5ef
child 5857:58df53eefa28
line wrap: on
line diff
--- a/mod_pubsub_mqtt/mod_pubsub_mqtt.lua	Tue Aug 29 23:51:17 2023 +0700
+++ b/mod_pubsub_mqtt/mod_pubsub_mqtt.lua	Tue Feb 06 18:32:01 2024 +0700
@@ -166,6 +166,13 @@
 	listener = mqtt_listener;
 });
 
+module:provides("net", {
+	name = "pubsub_mqtt_tls";
+	encryption = "ssl";
+	default_port = 8883;
+	listener = mqtt_listener;
+});
+
 function module.add_host(module)
 	local pubsub_module = hosts[module.host].modules.pubsub
 	if pubsub_module then