@@ -616,9 +616,8 @@ <h3>Steps</h3>
616
616
< ol >
617
617
< li > Set the < code > state</ code > of the < code > SmsMessage</ code > to 'sent'.
618
618
< li > Set the < code > timestamp</ code > of the < code > SmsMessage</ code > to the
619
- timestamp when the SMS message reached the Short Message Center, i.e. the
620
- value of the TP-Service-Centre-Time-Stamp (TP-SCTS) parameter returned in
621
- the SMS-SUBMIT-REPORT Protocol Data Unit [[!GSM-SMS]].
619
+ device's date when the SMS message was sent, i.e. when the SMS-SUBMIT
620
+ Protocol Data Unit was sent.
622
621
< li > Call < var > resolver</ var > 's < code > accept(value)</ code > method with
623
622
the sent < code > SmsMessage</ code > as < code > value</ code > argument.
624
623
< li > < a > Queue a task</ a > to < a > fire an event</ a > named < code > sent</ code >
@@ -1043,8 +1042,8 @@ <h3>Steps</h3>
1043
1042
< ol >
1044
1043
< li > Set the < code > state</ code > of the < code > MmsMessage</ code > to 'sent'.
1045
1044
< li > Set the < code > timestamp</ code > of the < code > MmsMessage</ code > to the
1046
- timestamp when the MMS message was sent, i.e. the date when the M-Send.req
1047
- Protocol Data Unit was send from the MMS Client to the MMS Server .
1045
+ device's date when the MMS message was sent, i.e. the date when the
1046
+ M-Send.req Protocol Data Unit was sent by the MMS Client.
1048
1047
< li > Call < var > resolver</ var > 's < code > accept(value)</ code > method with
1049
1048
the sent < code > MmsMessage</ code > as < code > value</ code > argument.
1050
1049
< li > < a > Queue a task</ a > to < a > fire an event</ a > named
@@ -1345,9 +1344,11 @@ <h2><a>SmsMessage</a> Interface</h2>
1345
1344
(TP-OA) of the SMS message.</ dd >
1346
1345
1347
1346
< dt > readonly attribute Date timestamp</ dt >
1348
- < dd > MUST return the time the message reached the Short Message Center,
1349
- indicated in the TP-Service-Centre-Time-Stamp (TP-SCTS) parameter of the SMS
1350
- message.</ dd >
1347
+ < dd > MUST return, for received messages the time the message reached the
1348
+ Short Message Center, indicated in the TP-Service-Centre-Time-Stamp
1349
+ (TP-SCTS) parameter of the SMS message, and for sent messages the the
1350
+ device's date when the SMS message was sent, i.e. when the SMS-SUBMIT
1351
+ Protocol Data Unit was sent.</ dd >
1351
1352
1352
1353
< dt > readonly attribute boolean read</ dt >
1353
1354
< dd > MUST return 'true' if the message has been marked as read, or 'false'
@@ -1397,8 +1398,12 @@ <h2><a>MmsMessage</a> Interface</h2>
1397
1398
message.</ dd >
1398
1399
1399
1400
< dt > readonly attribute Date timestamp</ dt >
1400
- < dd > MUST return the time the message was sent at, i.e. the 'Date' field of
1401
- the MMS message.</ dd >
1401
+ < dd > MUST return, for received messages the time the message reached the
1402
+ Multimedia Messaging Service Center, i.e. the 'Date' field of the MMS
1403
+ message, for received but not downloaded messages the timestamp of the
1404
+ binary SMS message used to transport the MMS notification and for sent
1405
+ messages the device's date when the MMS message was sent, i.e. the date when
1406
+ the M-Send.req Protocol Data Unit was sent by the MMS Client.</ dd >
1402
1407
1403
1408
< dt > readonly attribute boolean read</ dt >
1404
1409
< dd > MUST return 'true' if the message has been marked as read, or 'false'
0 commit comments