mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
This commit is contained in:
committed by
Patrick Griffis
parent
6420fd6117
commit
9b76b557ec
@@ -79,6 +79,9 @@ extern GSList *network_list;
|
||||
#define LOGIN_CHALLENGEAUTH 8
|
||||
#define LOGIN_CUSTOM 9
|
||||
#define LOGIN_SASLEXTERNAL 10
|
||||
#define LOGIN_SASL_SCRAM_SHA_1 11
|
||||
#define LOGIN_SASL_SCRAM_SHA_256 12
|
||||
#define LOGIN_SASL_SCRAM_SHA_512 13
|
||||
|
||||
#define CHALLENGEAUTH_ALGO "HMAC-SHA-256"
|
||||
#define CHALLENGEAUTH_NICK "Q@CServe.quakenet.org"
|
||||
|
||||
Reference in New Issue
Block a user