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 @@ -1133,8 +1133,12 @@ <h3>Steps</h3>
1133
1133
< li > For each of the media files attached to the received MMS message add a
1134
1134
new item to the < code > attachments</ code > array with:
1135
1135
< ol >
1136
- < li > A new < code > Blob</ code > object including the media type and the
1137
- actual content of the attachment.
1136
+ < li > A new < code > Blob</ code > object including the actual content
1137
+ of the attachment, the media type and the encoding. The encoding
1138
+ is indicated in the < code > type</ code > attribute of the
1139
+ < code > Blob</ code > object by means of appending a
1140
+ < code > charset</ code > parameter after the media type as
1141
+ explained in [[!HTTP11]], e.g. "text/plain; charset=utf-8".
1138
1142
< li > The < code > contentID</ code > attribute filled with the Content-ID used
1139
1143
to reference this attachment from the SMIL object in the incoming MMS
1140
1144
message [[!MMS13]], if present.
@@ -1521,8 +1525,7 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
1521
1525
</ dd >
1522
1526
< dt > Blob content</ dt >
1523
1527
< dd >
1524
- The Blob object containing the media type and the binary content of the
1525
- attachment.
1528
+ The Blob object containing the media type and the content of the attachment.
1526
1529
</ dd >
1527
1530
</ dl >
1528
1531
</ section >
You can’t perform that action at this time.
0 commit comments