mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_dialback: Remove d-w-d feature
Backs out 1d0862814bfc and 2fdd71b08126 Largely unused, undocumented and did not have enough tests to provide confidence in its correct operation.
This commit is contained in:
parent
1cd5049c77
commit
c2ce30433a
2 changed files with 1 additions and 23 deletions
|
@ -276,7 +276,7 @@ function make_authenticated(event)
|
|||
end
|
||||
|
||||
--- Helper to check that a session peer's certificate is valid
|
||||
function check_cert_status(session)
|
||||
local function check_cert_status(session)
|
||||
local host = session.direction == "outgoing" and session.to_host or session.from_host
|
||||
local conn = session.conn:socket()
|
||||
local cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue