diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-13 23:27:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-07-13 23:27:26 +0200 |
commit | d24d483908c6e878968afadc1d7c3ab944699dbc (patch) | |
tree | 4c458e154ab7a01401c0dab2a1e4289b1d84bc16 /plugins | |
parent | 0ea107ffd060dbc1b3926e29ead3f24ce2ca6ab2 (diff) | |
download | prosody-d24d483908c6e878968afadc1d7c3ab944699dbc.tar.gz prosody-d24d483908c6e878968afadc1d7c3ab944699dbc.zip |
mod_dialback: Tweak wording in a comment
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_dialback.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua index 0df8d36f..66082333 100644 --- a/plugins/mod_dialback.lua +++ b/plugins/mod_dialback.lua @@ -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 |