Bug 212992 - Cannot send files over jabber from kopete to anything else but can receive from psi
Summary: Cannot send files over jabber from kopete to anything else but can receive fr...
Status: RESOLVED DUPLICATE of bug 204281
Alias: None
Product: kopete
Classification: Unmaintained
Component: Jabber Plugin (other bugs)
Version First Reported In: unspecified
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 23:13 UTC by Clara Gnos
Modified: 2010-01-03 01:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***