Add modpython sasl test

This commit is contained in:
Alexey Sokolov
2025-03-15 22:43:35 +00:00
parent d6578402b7
commit 93e364b296
4 changed files with 54 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ class ZNC_EXPORT_LIB_EXPORT CPyModule : public CModule {
CString& sResponse) override;
EModRet OnClientSASLAuthenticate(const CString& sMechanism,
const CString& sMessage) override;
void OnClientSASLAborted() override;
virtual EModRet OnModuleLoading(const CString& sModName,
const CString& sArgs,
CModInfo::EModuleType eType, bool& bSuccess,