Summary: | Recieving files from icq users doesnt work | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Sebastian Taube <geschenkt> |
Component: | ICQ and AIM Plugins | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sebastian Taube
2008-07-31 02:46:09 UTC
Which client (version) does the other user use? They were alle using the original icq client, version 6. Yeah icq 6 can't do filetransfers through server, so if you are both behind NAT or firewall then it will fail. But it's odd that it works in qip Hm looks like latest ICQ version can send files through icq server so it should work (here it does). Could you check if anybody is using ICQ 6.0 build 6059, this build should work. Also if you have debug info could you post console log when Kopete is receiving file? You should see "MessageReceiverTask::handleType2Message: **************this is a filetransfer message************" It should work if you check "Use proxy instead" in ICQ account preference dialog. SVN commit 902369 by rjarosz: Fix bug 167800: Recieving files from icq users doesnt work Use file proxy as default to make file transfer work even if both users are behind NAT and the other program doesn't support proxy. BUG: 167800 M +1 -1 aim/aimaccount.cpp M +1 -1 aim/ui/aimeditaccountwidget.cpp M +1 -1 icq/icqaccount.cpp M +1 -1 icq/ui/icqeditaccountwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=902369 |