mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Various SASL changes
This commit is contained in:
@@ -484,7 +484,7 @@ class Module:
|
||||
def OnClientSASLServerInitialChallenge(self, sMechanism, sResponse):
|
||||
pass
|
||||
|
||||
def OnClientSASLAuthenticate(self, sMechanism, sBuffer, sUser, sResponse, bAuthenticationSuccess):
|
||||
def OnClientSASLAuthenticate(self, sMechanism, sMessage):
|
||||
pass
|
||||
|
||||
def OnModuleLoading(self, sModName, sArgs, eType, bSuccess, sRetMsg):
|
||||
|
||||
Reference in New Issue
Block a user