From 6a96639dfa6bb763251b100a91f2f9e10430769c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 May 2025 14:49:22 +0300 Subject: fixes #4899 completely --- protocols/JabberG/src/jabber_icolib.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'protocols/JabberG/src') 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" }, -- cgit v1.2.3