summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-08 15:16:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-08 15:16:54 +0300
commitcaaaf9ffe9ac3c28f2e9459ac4afb34fcd59f72d (patch)
tree23e82e6dc2b171c2d5ef12988ab33efc9d3970a4 /protocols/JabberG/src/jabber_proto.h
parent3d73ae222c0b818929dba3284f8aa61cfc1358ca (diff)
fixes #3790 (Jabber: запрос авторизации не отправляется при добавлении контакта)
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 1eed184afc..a907cdc65e 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -120,6 +120,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
int Authorize(MEVENT hDbEvent) override;
int AuthDeny(MEVENT hDbEvent, const wchar_t *szReason) override;
int AuthRecv(MCONTACT, PROTORECVEVENT *pre) override;
+ int AuthRequest(MCONTACT, const wchar_t *pwszReason) override;
HANDLE FileAllow(MCONTACT hContact, HANDLE hTransfer, const wchar_t *szPath) override;
int FileCancel(MCONTACT hContact, HANDLE hTransfer) override;