mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is
This commit is contained in:
parent
f29bc1c119
commit
d1022fe0c4
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,8 @@ module:hook("stream-features", function(event)
|
|||
log("debug", "Channel binding 'tls-exporter' supported");
|
||||
sasl_handler:add_cb_handler("tls-exporter", sasl_tls_exporter);
|
||||
channel_bindings:add("tls-exporter");
|
||||
else
|
||||
log("debug", "Channel binding 'tls-exporter' not supported");
|
||||
end
|
||||
elseif origin.conn.ssl_peerfinished and origin.conn:ssl_peerfinished() then
|
||||
log("debug", "Channel binding 'tls-unique' supported");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue