diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-06-30 08:29:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-06-30 08:29:52 +0000 |
commit | ff1c157a941458735ece56effc60f3ab7a88b8d8 (patch) | |
tree | 51e4d634d3376df8c489863c1dfe2529d2027f4f /protocols/Steam/src/steam_proto.h | |
parent | 8b5c9ad399a7cdb1c8b4986d4289f7b2a87248c2 (diff) |
Steam: Support repeated authorization from same contact
E.g., when he was deleted and drequested authorization again, while Miranda was offline and couldn't catch the deleted event.
But it's not tested.
git-svn-id: http://svn.miranda-ng.org/main/trunk@17051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 88fb947eab..4f47883aa2 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -142,6 +142,7 @@ protected: void ContactIsRemoved(MCONTACT hContact);
void ContactIsFriend(MCONTACT hContact);
void ContactIsIgnored(MCONTACT hContact);
+ void ContactIsAskingAuth(MCONTACT hContact);
MCONTACT FindContact(const char *steamId);
MCONTACT AddContact(const char *steamId, bool isTemporary = false);
|