mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_dialback: Tweak wording in a comment
This commit is contained in:
parent
0ea107ffd0
commit
d24d483908
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module:hook("stanza/jabber:server:dialback:result", function(event)
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue