diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-07 14:49:22 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-07 14:49:28 +0300 |
commit | 6a96639dfa6bb763251b100a91f2f9e10430769c (patch) | |
tree | 0d4c92ff36784ff30f9445f1cfa05f2b7620cf1b /protocols/JabberG/src | |
parent | 8989e8e42ea1ad1cd5942f116406d3f04ff30134 (diff) |
fixes #4899 completely
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r-- | protocols/JabberG/src/jabber_icolib.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/protocols/JabberG/src/jabber_icolib.cpp b/protocols/JabberG/src/jabber_icolib.cpp index eb9d405f7b..583d49bbeb 100644 --- a/protocols/JabberG/src/jabber_icolib.cpp +++ b/protocols/JabberG/src/jabber_icolib.cpp @@ -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" },
|