summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FingerprintNG/src')
-rw-r--r--plugins/FingerprintNG/src/masks.cpp4
-rw-r--r--plugins/FingerprintNG/src/resource.h3
2 files changed, 6 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
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h
index 36b563af03..1108d1f8c8 100644
--- a/plugins/FingerprintNG/src/resource.h
+++ b/plugins/FingerprintNG/src/resource.h
@@ -475,9 +475,12 @@
#define IDI_FACEBOOK_APP 2002
#define IDI_FACEBOOK_MESSENGER 2003
#define IDI_FACEBOOK_OTHER 2004
+
#define IDC_STATUSBAR 7001
+
#define IDI_SKYPE 9002
#define IDI_TWITTER 9003
+#define IDI_TEAMS 9004
#define IDI_HANGOUTS 9005
#define IDI_VK 9006
#define IDI_DISCORD 9007