forked from jshiffer/go-xmpp
Fix typo. (#158)
This commit is contained in:
parent
98ff0d4df7
commit
a6b124c9b2
2
xmpp.go
2
xmpp.go
@ -469,7 +469,7 @@ func (c *Client) init(o *Options) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return errors.New("unexpected conted in SCRAM challenge")
|
return errors.New("unexpected content in SCRAM challenge")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
clientFinalMessageBare := "c=biws,r=" + serverNonce
|
clientFinalMessageBare := "c=biws,r=" + serverNonce
|
||||||
|
Loading…
Reference in New Issue
Block a user