plugins/mod_dialback.lua
changeset 11683 d9499b7bcd54
parent 11564 3bbb1af92514
child 12981 74b9e05af71e
--- a/plugins/mod_dialback.lua	Tue Jul 13 15:04:34 2021 +0200
+++ b/plugins/mod_dialback.lua	Tue Jul 13 23:27:26 2021 +0200
@@ -77,7 +77,7 @@
 	local origin, stanza = event.origin, event.stanza;
 
 	if origin.type == "s2sin_unauthed" or origin.type == "s2sin" then
-		-- he wants to be identified through dialback
+		-- They want to be identified through dialback
 		-- We need to check the key with the Authoritative server
 		local attr = stanza.attr;
 		if not attr.to or not attr.from then