mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Adding a note for possible round trip savings.
This commit is contained in:
parent
8c36b99f27
commit
9a77245fd1
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ local function digest(self, message)
|
|||
KD = HA1..":"..response["nonce"]..":"..response["nc"]..":"..response["cnonce"]..":"..response["qop"]..":"..HA2
|
||||
local rspauth = md5(KD, true);
|
||||
self.authenticated = true;
|
||||
--TODO: considering sending the rspauth in a success node for saving one roundtrip; allowed according to http://tools.ietf.org/html/draft-saintandre-rfc3920bis-09#section-7.3.6
|
||||
return "challenge", serialize({rspauth = rspauth});
|
||||
else
|
||||
return "failure", "not-authorized", "The response provided by the client doesn't match the one we calculated."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue