mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy
This commit is contained in:
parent
9af8ea363b
commit
d0424f6f4e
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ module:hook_stanza(xmlns_stream, "features", function (origin, stanza)
|
|||
end
|
||||
end, 100);
|
||||
|
||||
module:hook("s2s-no-stream-features", function (event)
|
||||
module:hook("s2s-authenticate-legacy", function (event)
|
||||
initiate_dialback(event.origin);
|
||||
return true;
|
||||
end, 100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue