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

Commit 3affa12

Browse files
author
Eduardo Fullea
committed
adding support for read status in MmsDeliveryInfo
1 parent 648e1a5 commit 3affa12

File tree

1 file changed

+41
-5
lines changed

1 file changed

+41
-5
lines changed

index.html

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,19 +1596,30 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
15961596
<section>
15971597
<h2><a>MmsDeliveryInfo</a> Dictionary</h2>
15981598
<dl title="dictionary MmsDeliveryInfo" class="idl">
1599-
<dt>DeliveryStatus deliveryStatus</dt>
1600-
<dd>
1601-
The delivery status of the MMS message to a specific recipient.
1602-
</dd>
16031599
<dt>DOMString recipient</dt>
16041600
<dd>
16051601
The recipient of the MMS to which the delivery status is related.
16061602
</dd>
1603+
<dt>DeliveryStatus deliveryStatus</dt>
1604+
<dd>
1605+
The delivery status of the MMS message to a specific recipient.
1606+
</dd>
16071607
<dt>Date deliveryTimestamp</dt>
16081608
<dd>The time the message was delivered to the recipient, i.e. the 'Date'
16091609
field in the M-Delivery.ind Protocol Data Unit [[!MMS13]]. It is not
16101610
provided if there is no positive knowledge about the delivery of the
1611-
message.</dd>
1611+
message.
1612+
</dd>
1613+
<dt>ReadStatus readStatus</dt>
1614+
<dd>
1615+
The read status of the MMS message to a specific recipient.
1616+
</dd>
1617+
<dt>Date readTimestamp</dt>
1618+
<dd>The time the message was read by the recipient, i.e. the 'Date'
1619+
field in the M-Read-Orig.ind Protocol Data Unit [[!MMS13]]. It is not
1620+
provided if there is no positive knowledge about the delivery of the
1621+
message.
1622+
</dd>
16121623
</dl>
16131624
</section>
16141625

@@ -2031,6 +2042,31 @@ <h2>Enumerations</h2>
20312042
</dd>
20322043
</dl>
20332044

2045+
<p>The attibute <code>readStatus</code> can have the following values:
2046+
<dl class="idl" title="enum ReadStatus">
2047+
<dt>success</dt>
2048+
<dd>
2049+
The message has been read by the recipient.
2050+
</dd>
2051+
2052+
<dt>pending</dt>
2053+
<dd>
2054+
There is no positive knowledge that the message has been read by
2055+
the recipient.
2056+
</dd>
2057+
2058+
<dt>error</dt>
2059+
<dd>
2060+
The delivery of the message has failed.
2061+
</dd>
2062+
2063+
<dt>not-applicable</dt>
2064+
<dd>
2065+
The read status is not applicable either because a read report has
2066+
not been requested or because the message is an inbound message
2067+
</dd>
2068+
</dl>
2069+
20342070
<p>The MMS fetch mode can have the following values:
20352071
<dl class="idl" title="enum FetchMode">
20362072
<dt>automatic</dt>

0 commit comments

Comments
 (0)