Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 6f99141

Browse files
author
Eduardo Fullea
committed
adding readReportRequested attribute in MmsMessage
1 parent faf2110 commit 6f99141

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,10 @@ <h3>Steps</h3>
11971197
Content-Location used to reference this attachment from the SMIL object in
11981198
the incoming MMS message [[!MMS13]], if present.
11991199
</ol>
1200+
<li>Set the <code>readReportRequested</code> attribute to 'true'
1201+
if the 'X-Mms-Read-Report' field is present in the incoming MMS
1202+
message [[!MMS13]] and has the value 'Yes', and to 'false'
1203+
otherwise.
12001204
</ol>
12011205
<li>Set the <code>state</code> of <em>mmsMessage</em> to
12021206
'received'.
@@ -1636,6 +1640,10 @@ <h2><a>MmsMessage</a> Interface</h2>
16361640
status and, if applicable, the delivery time to each of the recipients of the
16371641
message.</dd>
16381642

1643+
<dt>readonly attribute boolean? readReportRequested</dt>
1644+
<dd>MUST return true in case the originator of a received message requested
1645+
a read report and false otherwise. MUST return null for sent messages.</dd>
1646+
16391647
</dl>
16401648
</section>
16411649

0 commit comments

Comments
 (0)