@@ -1596,19 +1596,30 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
1596
1596
< section >
1597
1597
< h2 > < a > MmsDeliveryInfo</ a > Dictionary</ h2 >
1598
1598
< 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 >
1603
1599
< dt > DOMString recipient</ dt >
1604
1600
< dd >
1605
1601
The recipient of the MMS to which the delivery status is related.
1606
1602
</ dd >
1603
+ < dt > DeliveryStatus deliveryStatus</ dt >
1604
+ < dd >
1605
+ The delivery status of the MMS message to a specific recipient.
1606
+ </ dd >
1607
1607
< dt > Date deliveryTimestamp</ dt >
1608
1608
< dd > The time the message was delivered to the recipient, i.e. the 'Date'
1609
1609
field in the M-Delivery.ind Protocol Data Unit [[!MMS13]]. It is not
1610
1610
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 >
1612
1623
</ dl >
1613
1624
</ section >
1614
1625
@@ -2031,6 +2042,31 @@ <h2>Enumerations</h2>
2031
2042
</ dd >
2032
2043
</ dl >
2033
2044
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
+
2034
2070
< p > The MMS fetch mode can have the following values:
2035
2071
< dl class ="idl " title ="enum FetchMode ">
2036
2072
< dt > automatic</ dt >
0 commit comments