mirror of
https://github.com/znc/znc.git
synced 2026-07-31 14:03:00 +02:00
rename next sasl module hook
This commit is contained in:
@@ -481,7 +481,7 @@ class Module:
|
||||
def OnClientGetSASLMechanisms(self, ssMechanisms):
|
||||
pass
|
||||
|
||||
def OnSASLServerChallenge(self, sMechanism, sResponse):
|
||||
def OnClientSASLServerInitialChallenge(self, sMechanism, sResponse):
|
||||
pass
|
||||
|
||||
def OnClientSASLAuthenticate(self, sMechanism, sBuffer, sUser, sResponse, bAuthenticationSuccess):
|
||||
|
||||
Reference in New Issue
Block a user