bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

Mime type of Received file transfer #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. A sends a file to B
2. B accepts
3. The file is transfered, but the mime type is not recognized

What is the expected output? 
For MSRP file transfer, only image, video and VCARD are recognized.
  => Need to complete file types
For HTTP file transfer, no type are recognized
  => Need to use the the file extension and not the MIME type returned by server

Original issue reported on code.google.com by benoit.j...@gmail.com on 13 Sep 2013 at 8:40

GoogleCodeExporter commented 8 years ago
Coorected for FToHTTP - aligned on MSRP File transfer, we create content type 
for photo, video, geoloc and vcard.
For the other mime, application must managed itself.

Delivered in next release.

Original comment by benoit.j...@gmail.com on 17 Sep 2013 at 11:33