This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1084,6 +1084,8 @@ <h3>Steps</h3>
1084
1084
notification, i.e. the value of the TP-Service-Centre-Time-Stamp
1085
1085
(TP-SCTS) parameter received in the SMS-DELIVER Protocol Data Unit
1086
1086
[[!GSM-SMS]].
1087
+ < li > Set the < code > expiry</ code > of the < code > MmsMessage</ code > to the
1088
+ value of the 'X-Mms-Expiry' field of the MMS notification.
1087
1089
< li > Add a new element in the < code > to</ code > array of the
1088
1090
< code > MmsMessage</ code > for each of recipients in the 'To' field of the
1089
1091
MMS notification [[!MMS13]], if present.
@@ -1400,6 +1402,11 @@ <h2><a>MmsMessage</a> Interface</h2>
1400
1402
< dd > MUST return the time the message was sent at, i.e. the 'Date' field of
1401
1403
the MMS message.</ dd >
1402
1404
1405
+ < dt > readonly attribute unsigned long? expiry</ dt >
1406
+ < dd > MUST return the number of seconds the message will be stored in the
1407
+ Multimedia Messaging Service Center and thus available for download. This
1408
+ time is calculated since the date the MMS Notification was sent.</ dd >
1409
+
1403
1410
< dt > readonly attribute boolean read</ dt >
1404
1411
< dd > MUST return 'true' if the message has been marked as read, or 'false'
1405
1412
otherwise.</ dd >
You can’t perform that action at this time.
0 commit comments