mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Add channel binding handler for tls-unique channel binding.
This commit is contained in:
parent
e7a1979725
commit
a1c646ad48
1 changed files with 3 additions and 1 deletions
|
@ -246,8 +246,10 @@ module:hook("stream-features", function(event)
|
|||
return;
|
||||
end
|
||||
origin.sasl_handler = usermanager_get_sasl_handler(module.host);
|
||||
|
||||
if origin.secure then
|
||||
origin.sasl_handler:add_cb_handler("tls-unique", function(self)
|
||||
return self.userdata:getpeerfinished();
|
||||
end);
|
||||
origin.sasl_handler["userdata"] = origin.conn:socket();
|
||||
end
|
||||
features:tag("mechanisms", mechanisms_attr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue