| Summary: | Send file operation fails due to Socks5 proxy protocol error | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Lukasz Kucharski <kuchars> |
| Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | major | CC: | pali.rohar |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 1.7.2 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lukasz Kucharski
2015-12-02 16:28:09 UTC
My actual version of Kopete was 1.7.3 - from some reason it's not available in the list).
Latest version on git master also have the same issue
void SocksClient::sock_connected()
{
#ifdef PROX_DEBUG
fprintf(stderr, "SocksClient: Connected\n");
#endif
d->step = StepVersion;
// This should send only in case socket connect to remote server(sockets connects du to SocksClient::connectToHost) otherwise no greeting message should be send.
writeData(spc_set_version(!d->user.isEmpty())); // fixme requirement for auth should set outside
}
Hi Lukasz! Kopete jabber code uses external libiris library for XMPP support. Due to compilation problems Kopete has unmodified copy of libiris in git/tarball. If there are any problems with libiris library, please report bugs to libiris project at https://github.com/psi-im/iris PSI jabber client uses same library, so please check PSI if has same problem as Kopete to determinate if problem is in library libiris or application. Also libiris library has xmpptest application for testing. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |