Bug 212992

Summary: Cannot send files over jabber from kopete to anything else but can receive from psi
Product: [Unmaintained] kopete Reporter: Clara Gnos <clara.gnos>
Component: Jabber PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Clara Gnos 2009-11-03 23:13:34 UTC
Version:            (using KDE 4.3.2)
Installed from:    Debian testing/unstable Packages

I have tried to send data from kopete to kopete and got an error from the server. kopete to psi didn't work, but psi to kopete works. Logs from the server are bellow. Tried different combinations of jabber.org, gmx.de and googlemail.com. Happens on all combinations I tested the same.


Logs are what I can see on both Clients when opening the xml-console.

psi->kopete
===============

psi:
<iq type="set" to="test-account2@gmx.de/test-desktop" id="aac4a" >
<si xmlns="http://jabber.org/protocol/si" profile="http://jabber.org/protocol/si/profile/file-transfer" id="s5b_22e82abab9b5de36" >
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer" size="362825" name="test.jpg" >
<range/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="form" >
<field type="list-single" var="stream-method" >
<option>
<value>http://jabber.org/protocol/bytestreams</value>
</option>
</field>
</x>
</feature>
</si>
</iq>

kopete:
<iq from="test-account@googlemail.com/xxx-desktop" type="set" to="test-account2@gmx.de/test-desktop" id="aac4a" >
<si xmlns="http://jabber.org/protocol/si" profile="http://jabber.org/protocol/si/profile/file-transfer" id="s5b_22e82abab9b5de36" >
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer" size="362825" name="test.jpg" >
<range/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="form" >
<field type="list-single" var="stream-method" >
<option>
<value>http://jabber.org/protocol/bytestreams</value>
</option>
</field>
</x>
</feature>
</si>
</iq>


kopete->psi
================

kopete:
<iq type="set" to="test-account@googlemail.com" id="aacba" >
<si xmlns="http://jabber.org/protocol/si" profile="http://jabber.org/protocol/si/profile/file-transfer" id="s5b_78f5e691453dcd99" >
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer" size="362825" name="test.jpg" >
<preview xmlns="http://kopete.kde.org/protocol/file-preview">removed due to
big size</preview>
<range/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="form" >
<field type="list-single" var="stream-method" >
<option>
<value>http://jabber.org/protocol/bytestreams</value>
</option>
</field>
</x>
</feature>
</si>
</iq>

<iq from="test-account@googlemail.com" type="error" to="test-account2@gmx.de/test-desktop" id="aacba" >
<si xmlns="http://jabber.org/protocol/si" profile="http://jabber.org/protocol/si/profile/file-transfer" id="s5b_78f5e691453dcd99" >
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer" size="362825" name="test.jpg" >
<preview xmlns="http://kopete.kde.org/protocol/file-preview">removed due to
big size</preview>
<range/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="form" >
<field type="list-single" var="stream-method" >
<option>
<value>http://jabber.org/protocol/bytestreams</value>
</option>
</field>
</x>
</feature>
</si>
<error type="cancel" code="501" >
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>

psi:
Comment 1 Roman Jarosz 2010-01-03 01:58:20 UTC

*** This bug has been marked as a duplicate of bug 204281 ***