Questions tagged [sasl-scram]
32 questions
0
votes
1 answer
SCRAM-SHA-1 auth by PHP
help me please with implementing semantic code from manual about SCRAM-SHA-1 authorization in XMPP server. So, we got:
clientFinalMessageBare = "c=biws,r=" .. serverNonce
saltedPassword = PBKDF2-SHA-1(normalizedPassword, salt, i)
clientKey =…

Andrey Samozhenkov
- 67
- 8
-1
votes
1 answer
ejabberd 20.12 SASL SCRAM modification
I used to modify the ejabberd 17.x scram sasl in step 2 and step 4 in file cyrsasl_scam.erl.. and now with the new version of ejabberd the related file(s) has been moved to xmpp dependencies.
So my question is how do i modify the Step 2 and Step 4…

iPPLE
- 1
- 2