[kopete-bugs] [Bug 186872] kopete don't respect kde proxy settings
Dawit Alemayehu
adawit at kde.org
Sat May 28 04:15:40 CEST 2011
https://bugs.kde.org/show_bug.cgi?id=186872
--- Comment #30 from Dawit Alemayehu <adawit kde org> 2011-05-28 04:15:36 ---
The reason none of the previous patches will work is because the wrong
assumption people get from the badly designed QNetworkProxy class. I am
specifically talking about the HttpProxy and FtpProxy types specified in the
afforementioned class.
Unfortunately unlike SocksProxy and HttpsProxy (which also is badly labeled
AFAIAC), the former types are only application when used in
QNetworkAccessManager, not low level classes like QTcpSocket that inherit from
QABstractSocket. If you chose to use QTcpSocket, then you have to connect to
the proxy server yourself, just like QNetworkAccessManager would. You cannot
simply call the setProxy(...) like it is currently done in both of the patches
shown in this bug report. Anyhow, good luck...
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list