diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-23 15:01:12 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-23 15:01:12 +0300 |
| commit | f61316939331108159cb472090c0443af5198fb5 (patch) | |
| tree | bd4767766d4223b29a0063ba10f7245447ca177b /plugins/FingerprintNG/src/masks.cpp | |
| parent | a2fb9dd6cd83b63b9a191fcfc321235a548e9907 (diff) | |
Fingerprint: icons for Teams
Diffstat (limited to 'plugins/FingerprintNG/src/masks.cpp')
| -rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index c475613992..31faadfd50 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -514,6 +514,8 @@ static KN_FP_MASK def_kn_fp_mask[] = { "client_XMPP", L"|*XMPP*|Mrim*|*DRQZ00fz5WPn1gH+*", LPGENW("XMPP client"), IDI_XMPP, JABBER_CASE },
+ { "client_Discord", L"*Discord*", L"Discord", IDI_DISCORD, OTHER_PROTOS_CASE },
+
{ "client_Hangouts", L"messaging-*", L"Google+ Hangouts", IDI_HANGOUTS, OTHER_PROTOS_CASE, TRUE },
{ "client_Twitter", L"*Twitter*", L"Twitter", IDI_TWITTER, OTHER_PROTOS_CASE, TRUE },
@@ -522,7 +524,7 @@ static KN_FP_MASK def_kn_fp_mask[] = { "client_Steam", L"*Steam*", L"Steam", IDI_STEAM, OTHER_PROTOS_CASE },
- { "client_Discord", L"*Discord*", L"Discord", IDI_DISCORD, OTHER_PROTOS_CASE },
+ { "client_Teams", L"*Teams**", L"Teams", IDI_TEAMS, OTHER_PROTOS_CASE },
/////////////////////////////////////////////////////////////////////////////////////////
// UNDEFINED CLIENTS
|
