Bug 198042 - Using SSL coneection for ICQ account
Summary: Using SSL coneection for ICQ account
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: ICQ and AIM Plugins (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-27 10:24 UTC by keep.hollow
Modified: 2013-05-17 13:00 UTC (History)
8 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description keep.hollow 2009-06-27 10:24:40 UTC
Version:           0.70.4 (using KDE 4.2.4)
OS:                Linux
Installed from:    Unspecified Linux

Hi,
thank you for the nice application :)

There is an ICQ server slogin.oscar.aol.com that supports secure SSL connection. It would be good for Kopete to support it.
Among existing ICQ clients Pidgin has an SSL support for ICQ and is able to connect to slogin.oscar.aol.com.
Comment 1 ietc 2010-02-19 06:26:19 UTC
Could we change the bug title to read "Allow SSL Login to AIM and ICQ" since it is applicable to both?  Additional information: the port for this type of login is apparently 5190.

AIM/ICQ SSL login is supported by iChat, Pidgin (http://developer.pidgin.im/ticket/5366), and Adium (http://trac.adium.im/ticket/9553).  Would be great to see this included in Kopete so that we can secure our logins as well as our messaging (the latter via the Off-The-Record plugin).
Comment 2 Felix Geyer 2010-03-09 22:55:35 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 Nico Kruber 2010-11-16 10:48:11 UTC
Is there any update on this feature request?
Comment 4 Ralf Jung 2010-11-16 20:16:21 UTC
I agree, encryption should be used where possible.
Comment 5 ietc 2010-11-18 20:08:40 UTC
With the apparent changeover to the new ICQ login server, probably resulting from AOL's sale of ICQ to Digital Sky Technologies, it's possible that SSL logins will no longer be possible; we'll just have to see if they work in the future.

Meanwhile, since AIM should be unaffected, I have opened Bug 257272 as a request for SSL logins if you have AIM accounts.
Comment 6 Pali Rohár 2013-03-23 01:15:58 UTC
Patch for SSL support for ICQ is on reviewboard: https://svn.reviewboard.kde.org/r/7069/
Comment 7 Pali Rohár 2013-05-17 13:00:41 UTC
SVN commit 1355158 by pali:

Add SSL support for oscar ICQ protocol

FIXED-IN: 4.11
REVIEW: 7069


 M  +4 -3      aim/aimaccount.cpp  
 M  +4 -3      icq/icqaccount.cpp  
 M  +37 -0     icq/ui/icqeditaccountui.ui  
 M  +18 -5     icq/ui/icqeditaccountwidget.cpp  
 M  +31 -11    liboscar/client.cpp  
 M  +6 -2      liboscar/client.h  
 M  +2 -2      liboscar/connection.cpp  
 M  +1 -1      liboscar/connection.h  
 M  +18 -3     liboscar/oscarclientstream.cpp  
 M  +3 -3      liboscar/oscarclientstream.h  
 M  +12 -0     liboscar/tasks/logintask.cpp  
 M  +6 -0      liboscar/tasks/logintask.h  
 M  +25 -1     liboscar/tasks/oscarlogintask.cpp  
 M  +6 -0      liboscar/tasks/oscarlogintask.h  
 M  +1 -1      liboscar/tests/logintest.cpp  
 M  +12 -2     oscaraccount.cpp  
 M  +6 -0      oscaraccount.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1355158