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

Jabber: implement SCRAM-SHA-1-PLUS auth #2469

Closed
dartraiden opened this issue Jun 26, 2020 · 2 comments
Closed

Jabber: implement SCRAM-SHA-1-PLUS auth #2469

dartraiden opened this issue Jun 26, 2020 · 2 comments

Comments

@dartraiden
Copy link
Member

The "-PLUS" suffix is used only when the server supports channel
   binding to the external channel.  If the server supports channel
   binding, it will advertise both the "bare" and "plus" versions of
   whatever mechanisms it supports (e.g., if the server supports only
   SCRAM with SHA-1, then it will advertise support for both SCRAM-SHA-1
   and SCRAM-SHA-1-PLUS).  If the server does not support channel
   binding, then it will advertise only the "bare" version of the
   mechanism (e.g., only SCRAM-SHA-1).  The "-PLUS" exists to allow
   negotiation of the use of channel binding.

https://tools.ietf.org/html/rfc5802

@GitHubbie0836
Copy link

@GitHubbie0836
Copy link

Не работает:
Proposed channel binding type isn't supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants