TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

File Transfer Problem. #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I am getting issue 161 in 3.0.2

What steps will reproduce the problem?
1.Run example client code
2.Send a file from another account

What is the expected output? What do you see instead?

 File does not start transfer.

What version of the product are you using? (MSNPSharp, OS, Mono etc.)

 msnp-sharp 3.0 svn 

Please provide any additional information below:

 It seems client response wrong format message. When response a file
 transfer. The message need begin with MSNSLP/1.0 200 OK. But the 
 code in current trunk transfer additional header like:

 MIME-Version: 1.0
 P2P-Dest: noirguan@msn.com;{2cbfc211-8faf-4d3d-a5fa-17b22bcb346b}
 P2P-Src: lionicbot@hotmail.com;{58259e26-7b36-486e-8b4d-54c0c453fd41}
 Content-Type: application/x-msnmsgrp2p
 ...T@D.c........MSNSLP/1.0 200 OK  

 That will make another endpoint try to send invitation again and again.

Original issue reported on code.google.com by worldrac...@googlemail.com on 18 Jul 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Hi,

How many endpoint were login simultaneously? Can you make another test based on 
our DEV (trunk) version?

Original comment by freezing...@gmail.com on 19 Jul 2010 at 9:15

GoogleCodeExporter commented 9 years ago
There was only one endpoint logged in. 

The text I posted above was a quotation of issue 161. so it is not  my 
originial trace post.

I will try the trunk and post some newer data.

Original comment by worldrac...@googlemail.com on 19 Jul 2010 at 1:08

GoogleCodeExporter commented 9 years ago
Ah, found out, that transfer is also not working with the example client. You 
will get the information box of a new transfer twice and then nothing's 
happening.

Original comment by worldrac...@googlemail.com on 21 Jul 2010 at 3:41

GoogleCodeExporter commented 9 years ago
In my test, I will get a messagebox, then I click "Yes", the file will get 
transferred after a while. Please see the log.

Original comment by freezing...@gmail.com on 21 Jul 2010 at 6:38

Attachments:

GoogleCodeExporter commented 9 years ago
By the way, the format is correct in data transfer, the MSNSLP/1.0 200 OK 
message is the payload message of a MSG message. So you will see additional 
headers in your log.

Original comment by freezing...@gmail.com on 21 Jul 2010 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 21 Jul 2010 at 6:41