plugins/disco.lua

changeset 474
fca0c7672148
parent 473
b2198cd64c5a
child 475
68a4fb45afbc
--- a/plugins/disco.lua	Fri Mar 17 11:12:01 2023 +0000
+++ b/plugins/disco.lua	Fri Mar 17 11:12:12 2023 +0000
@@ -315,7 +315,6 @@
 			if service_disco_info then
 				for identity in pairs(service_disco_info.identities) do
 					local category, type = identity:match("^(.*)/(.*)$");
-					print(service_jid, category, type)
 					stream:event("disco/service-discovered/"..category, {
 						type = type, jid = service_jid;
 					});

mercurial