summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_icolib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_icolib.cpp')
-rw-r--r--protocols/JabberG/src/jabber_icolib.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/protocols/JabberG/src/jabber_icolib.cpp b/protocols/JabberG/src/jabber_icolib.cpp
index d49a86bf37..583d49bbeb 100644
--- a/protocols/JabberG/src/jabber_icolib.cpp
+++ b/protocols/JabberG/src/jabber_icolib.cpp
@@ -4,7 +4,7 @@ Jabber Protocol Plugin for Miranda NG
Copyright (c) 2002-04 Santithorn Bunchua
Copyright (c) 2005-12 George Hazan
-Copyright (C) 2012-24 Miranda NG team
+Copyright (C) 2012-25 Miranda NG team
Idea & portions of code by Artem Shpynov
@@ -39,20 +39,15 @@ HIMAGELIST hAdvancedStatusIcon = nullptr;
struct
{
- char *mask;
- char* proto;
+ char *mask, *proto;
}
static TransportProtoTable[] =
{
- { "|*icq*|jit*", "ICQ" },
- { "mrim*", "MRA" },
-
- //request #3094
+ // request #3094
{ "|gg*|gadu*", "GaduGadu" },
{ "tv*", "TV" },
{ "dict*", "Dictionary" },
{ "weather*", "Weather" },
- { "skype*", "Skype" },
{ "sms*", "SMS" },
{ "smtp*", "SMTP" },
@@ -64,7 +59,6 @@ static TransportProtoTable[] =
{ "disk*", "Jabber Disk" },
{ "irc*", "IRC" },
{ "rss*", "RSS" },
- { "tlen*", "Tlen" },
// German social networks
{ "studivz*", "StudiVZ" },