Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PJSUA2 docs on authentication digest AKA callback #4089

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

nanangizz
Copy link
Member

Re #4084, the docs of PJSUA2 Endpoint::onCredAuth() says:

If PJSIP_HAS_DIGEST_AKA_AUTH is disabled, you have to overload
this callback to provide your own digest computation back-end.

while the digest AKA authentication requires PJSIP_HAS_DIGEST_AKA_AUTH to be set/enabled.

This PR fixes Endpoint::onCredAuth() docs and few minors (e.g: indentations, column width limit), no code/logic is changed.

@nanangizz nanangizz merged commit 906f816 into master Sep 26, 2024
36 checks passed
@nanangizz nanangizz deleted the digest-aka-docs branch September 26, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants