@@ -603,7 +603,7 @@ <h3>Steps</h3>
603
603
< li > Set the < code > timestamp</ code > of the < code > SmsMessage</ code > to the
604
604
timestamp when the SMS message reached the Short Message Center, i.e. the
605
605
value of the TP-Service-Centre-Time-Stamp (TP-SCTS) parameter returned in
606
- the SMS-SUBMIT-REPORT Protocol Data Unit.
606
+ the SMS-SUBMIT-REPORT Protocol Data Unit [[!GSM-SMS]] .
607
607
< li > Call < var > resolver</ var > 's < code > accept(value)</ code > method with
608
608
the sent < code > SmsMessage</ code > as < code > value</ code > argument.
609
609
< li > < a > Queue a task</ a > to < a > fire an event</ a > named < code > sent</ code >
@@ -652,21 +652,21 @@ <h3>Steps</h3>
652
652
identifier of the service at which the message has been received.
653
653
< li > Set the < code > from</ code > of the < code > SmsMessage</ code > to the
654
654
sender of the SMS message, i.e. the value of the TP Originating Address
655
- (TP-OA) field of the SMS message.
655
+ (TP-OA) field of the SMS message [[!GSM-SMS]] .
656
656
< li > Set the < code > timestamp</ code > of the < code > SmsMessage</ code > to the
657
657
timestamp of the SMS message, i.e. the value of the
658
658
TP-Service-Centre-Time-Stamp (TP-SCTS) parameter received in the SMS
659
- DELIVER Protocol Data Unit.
659
+ DELIVER Protocol Data Unit [[!GSM-SMS]] .
660
660
< li > Set the < code > read</ code > of the < code > SmsMessage</ code > to 'false'.
661
661
< li > Set the < code > to</ code > of the < code > SmsMessage</ code > to the
662
662
recipient of the SMS message, i.e. the value of the TP Destination
663
- Address (TP-DA) field of the SMS message.
663
+ Address (TP-DA) field of the SMS message [[!GSM-SMS]] .
664
664
< li > Set the < code > messageClass</ code > of the < code > SmsMessage</ code > to
665
665
the message class indicated in the TP-Data-Coding-Scheme (TP-DCS) field of
666
- the SMS.
666
+ the SMS message [[!GSM-SMS]] .
667
667
< li > Set the < code > body</ code > element to the text of the received SMS
668
668
message, i.e. the value of the SM element contained within the TP User
669
- Data (TP-UD) field of the SMS message.
669
+ Data (TP-UD) field of the SMS message [[!GSM-SMS]] .
670
670
< li > Set the < code > state</ code > of the < code > SmsMessage</ code > to
671
671
'received'.
672
672
< li > Set the < code > deliveryStatus</ code > of the < code > SmsMessage</ code > to
@@ -1067,18 +1067,19 @@ <h3>Steps</h3>
1067
1067
< li > Set the < code > timestamp</ code > of the < code > MmsMessage</ code > to
1068
1068
the timestamp of the binary SMS message used to transport the MMS
1069
1069
notification, i.e. the value of the TP-Service-Centre-Time-Stamp
1070
- (TP-SCTS) parameter received in the SMS-DELIVER Protocol Data Unit.
1070
+ (TP-SCTS) parameter received in the SMS-DELIVER Protocol Data Unit
1071
+ [[!GSM-SMS]].
1071
1072
< li > Add a new element in the < code > to</ code > array of the
1072
1073
< code > MmsMessage</ code > for each of recipients in the 'To' field of the
1073
- MMS notification, if present.
1074
+ MMS notification [[!MMS13]] , if present.
1074
1075
< li > Add a new element in the < code > cc</ code > array of the
1075
1076
< code > MmsMessage</ code > for each of recipients in the 'Cc' field of the
1076
- MMS notification, if present.
1077
+ MMS notification [[!MMS13]] , if present.
1077
1078
< li > Add a new element in the < code > bcc</ code > array of the
1078
1079
< code > MmsMessage</ code > for each of recipients in the 'Bcc' field of the
1079
- MMS notification, if present.
1080
+ MMS notification [[!MMS13]] , if present.
1080
1081
< li > Set the < code > subject</ code > element to the value of the 'Subject'
1081
- field of the MMS notification, if present.
1082
+ field of the MMS notification [[!MMS13]] , if present.
1082
1083
< li > Set the < code > state</ code > of the < code > MmsMessage</ code > to
1083
1084
'not-downloaded'.
1084
1085
</ ol >
@@ -1093,33 +1094,33 @@ <h3>Steps</h3>
1093
1094
message enclosed in the M-Retrieve.conf Protocol Data Unit</ dfn > .
1094
1095
< ol >
1095
1096
< li > Set the < code > from</ code > of the < code > MmsMessage</ code > to the
1096
- value of the 'From' field of the MMS message.
1097
+ value of the 'From' field of the MMS message [[!MMS13]] .
1097
1098
< li > Set the < code > timestamp</ code > of the < code > MmsMessage</ code > to
1098
- the value of the 'Date' field of the MMS message.
1099
+ the value of the 'Date' field of the MMS message [[!MMS13]] .
1099
1100
< li > Add a new element in the < code > to</ code > array of the
1100
1101
< code > MmsMessage</ code > for each of recipients in the 'To' field of the
1101
- MMS message, if present.
1102
+ MMS message [[!MMS13]] , if present.
1102
1103
< li > Add a new element in the < code > cc</ code > array of the
1103
1104
< code > MmsMessage</ code > for each of recipients in the 'Cc' field of the
1104
- MMS message, if present.
1105
+ MMS message [[!MMS13]] , if present.
1105
1106
< li > Add a new element in the < code > bcc</ code > array of the
1106
1107
< code > MmsMessage</ code > for each of recipients in the 'Bcc' field of the
1107
- MMS message, if present.
1108
+ MMS message [[!MMS13]] , if present.
1108
1109
< li > Set the < code > subject</ code > element to the value of the 'Subject'
1109
- field of the MMS message, if present.
1110
+ field of the MMS message [[!MMS13]] , if present.
1110
1111
< li > Set the < code > smil</ code > element to a < code > DOMString</ code >
1111
- containing the SMIL object of the received MMS message, if present.
1112
+ containing the SMIL object of the received MMS message [[!MMS13]] , if present.
1112
1113
< li > For each of the media files attached to the received MMS message add a
1113
1114
new element to the < code > attachments</ code > array with:
1114
1115
< ol >
1115
1116
< li > A new < code > Blob</ code > object including the media type and the
1116
1117
actual content of the attachment.
1117
1118
< li > The < code > contentID</ code > attribute filled with the Content-ID used
1118
1119
to reference this element from the SMIL object in the incoming MMS
1119
- message, if present.
1120
+ message [[!MMS13]] , if present.
1120
1121
< li > The < code > contentLocation</ code > attribute filled with the
1121
1122
Content-Location used to reference this element from the SMIL object in
1122
- the incoming MMS message, if present.
1123
+ the incoming MMS message [[!MMS13]] , if present.
1123
1124
</ ol >
1124
1125
</ ol >
1125
1126
< li > Set the < code > state</ code > of the < code > MmsMessage</ code > to
0 commit comments