Closed GoogleCodeExporter closed 9 years ago
Original comment by boss...@yahoo.fr
on 10 Jan 2011 at 5:48
[deleted comment]
Fixed in 1.2.355.
You can now add any "content-type" to any MSRP message. You should let the
stack negotiate the right "content-type" by advertising all supported
content-types in the "accept-types" header before sending the 200OK or the
initial invite.
For example to add "text/plain" as content-type:
messageConfig.setMediaString(twrap_media_type_t.twrap_media_msrp,
"content-type", "text/plain;charset=utf-8");
For example to add "text/plain" as wrapped (into CPIM) content-type:
messageConfig
.setMediaString(twrap_media_type_t.twrap_media_msrp, "content-Type",
"message/CPIM")
.setMediaString(twrap_media_type_t.twrap_media_msrp, "w-content-type",
"text/plain;charset=utf-8");
Original comment by boss...@yahoo.fr
on 11 Jan 2011 at 1:15
Hi, Dear boss...@yahoo.fr
What is the value of accept-types should be setted.
help me,please.
Original comment by sundl2...@gmail.com
on 22 Feb 2011 at 7:52
Hi,everybode
I also can't the value of content-type,it's always "application/octet-stream"
help me,it's important for me.
Original comment by yangziji...@gmail.com
on 22 Feb 2011 at 8:30
Attachments:
which version of IMSDroid and Doubango are you using?
Could you please send the code you are using to send the message?
Original comment by boss...@yahoo.fr
on 22 Feb 2011 at 9:28
version:1.1.341
Original comment by yangziji...@gmail.com
on 22 Feb 2011 at 9:50
Attachments:
Original issue reported on code.google.com by
nieyaol...@gmail.com
on 10 Jan 2011 at 4:57