mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
implement SCRAM-SHA-256
This commit is contained in:
@@ -20,6 +20,7 @@ import (
|
||||
"github.com/ergochat/irc-go/ircfmt"
|
||||
"github.com/ergochat/irc-go/ircmsg"
|
||||
"github.com/ergochat/irc-go/ircreader"
|
||||
"github.com/xdg-go/scram"
|
||||
|
||||
"github.com/ergochat/ergo/irc/caps"
|
||||
"github.com/ergochat/ergo/irc/connection_limits"
|
||||
@@ -116,6 +117,7 @@ type Client struct {
|
||||
type saslStatus struct {
|
||||
mechanism string
|
||||
value string
|
||||
scramConv *scram.ServerConversation
|
||||
}
|
||||
|
||||
func (s *saslStatus) Clear() {
|
||||
|
||||
Reference in New Issue
Block a user