This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1136,8 +1136,12 @@ <h3>Steps</h3>
1136
1136
< li > For each of the media files attached to the received MMS message add a
1137
1137
new item to the < code > attachments</ code > array with:
1138
1138
< ol >
1139
- < li > A new < code > Blob</ code > object including the media type and the
1140
- actual content of the attachment.
1139
+ < li > A new < code > Blob</ code > object including the actual content
1140
+ of the attachment and the media type. The charset encoding
1141
+ is indicated as part of the < code > type</ code > attribute of the
1142
+ < code > Blob</ code > object by means of appending a
1143
+ < code > charset</ code > parameter after the media type as
1144
+ explained in [[!RFC2046]], e.g. "text/plain; charset=utf-8".
1141
1145
< li > The < code > contentID</ code > attribute filled with the Content-ID used
1142
1146
to reference this attachment from the SMIL object in the incoming MMS
1143
1147
message [[!MMS13]], if present.
@@ -1526,8 +1530,7 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
1526
1530
</ dd >
1527
1531
< dt > Blob content</ dt >
1528
1532
< dd >
1529
- The Blob object containing the media type and the binary content of the
1530
- attachment.
1533
+ The Blob object containing the media type and the content of the attachment.
1531
1534
</ dd >
1532
1535
</ dl >
1533
1536
</ section >
You can’t perform that action at this time.
0 commit comments