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

Commit 577083e

Browse files
author
Eduardo Fullea
committed
clarifying timestamp values
1 parent 34ea815 commit 577083e

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

index.html

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,8 @@ <h3>Steps</h3>
616616
<ol>
617617
<li>Set the <code>state</code> of the <code>SmsMessage</code> to 'sent'.
618618
<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.
622621
<li>Call <var>resolver</var>'s <code>accept(value)</code>method with
623622
the sent <code>SmsMessage</code> as <code>value</code> argument.
624623
<li><a>Queue a task</a> to <a>fire an event</a> named <code>sent</code>
@@ -1043,8 +1042,8 @@ <h3>Steps</h3>
10431042
<ol>
10441043
<li>Set the <code>state</code> of the <code>MmsMessage</code> to 'sent'.
10451044
<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.
10481047
<li>Call <var>resolver</var>'s <code>accept(value)</code>method with
10491048
the sent <code>MmsMessage</code> as <code>value</code> argument.
10501049
<li><a>Queue a task</a> to <a>fire an event</a> named
@@ -1345,9 +1344,11 @@ <h2><a>SmsMessage</a> Interface</h2>
13451344
(TP-OA) of the SMS message.</dd>
13461345

13471346
<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>
13511352

13521353
<dt>readonly attribute boolean read</dt>
13531354
<dd>MUST return 'true' if the message has been marked as read, or 'false'
@@ -1397,8 +1398,12 @@ <h2><a>MmsMessage</a> Interface</h2>
13971398
message.</dd>
13981399

13991400
<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>
14021407

14031408
<dt>readonly attribute boolean read</dt>
14041409
<dd>MUST return 'true' if the message has been marked as read, or 'false'

0 commit comments

Comments
 (0)