Closed GoogleCodeExporter closed 9 years ago
Yes, you're right.
We will correct this for the next release.
Original comment by benoit.j...@gmail.com
on 25 Nov 2013 at 9:38
Corrected in next release V2.5.14
Original comment by benoit.j...@gmail.com
on 25 Nov 2013 at 10:19
This was not fixed.
In OriginatingFileSharingSession.run(), it's still adding the Content-Type of
the thumbnail as
ContentTypeHeader.NAME + ": " + encoding + SipUtils.CRLF
where "encoding" is the Content-Type of the file being sent, not the thumbnail
image which is always "image/jpeg".
For example, if you try to send a PNG file, the thumbnail image will also have
the "Content-Type: image/png".
(And I have made changes to attach video thumbnail, in that case if I didn't
apply my fix, it would add "Content-Type: video/mp4" for the thumbnail image)
It's an easy fix for everyone, just replace "encoding" with "image/jpeg"
Original comment by sam...@strumsoft.com
on 17 Apr 2014 at 2:18
Has been fixed on the RCSJTA project (standard API).
See
http://code.google.com/p/rcsjta/source/detail?r=fc436ec7d8d981f23f528998cf9ce217
077859c5&name=integration
Original comment by lemordan...@gmail.com
on 12 May 2014 at 8:55
Original issue reported on code.google.com by
sam...@strumsoft.com
on 22 Nov 2013 at 11:10