@@ -534,14 +534,14 @@ <h3>Steps</h3>
534
534
< li > set the < code > type</ code > of the < code > SmsMessage</ code > to 'sms'
535
535
< li > set the < code > serviceID</ code > of the < code > SmsMessage</ code > to the
536
536
identifier of the service at which the message has been received.
537
- < li > set the < code > sender </ code > of the < code > SmsMessage</ code > to the
537
+ < li > set the < code > from </ code > of the < code > SmsMessage</ code > to the
538
538
sender of the SMS message, i.e. the value of the TP Originating Address
539
539
(TP-OA) field of the SMS message
540
540
< li > set the < code > timestamp</ code > of the < code > SmsMessage</ code > to the
541
541
timestamp of the SMS message, i.e. the value if the TP Service Centre
542
542
Time Stamp (TP-SCTS) field of the SMS message
543
543
< li > set the < code > read</ code > of the < code > SmsMessage</ code > to 'false'
544
- < li > set the < code > recipient </ code > of the < code > SmsMessage</ code > to the
544
+ < li > set the < code > to </ code > of the < code > SmsMessage</ code > to the
545
545
recipient of the SMS message, i.e. the value of the TP Destination
546
546
Address (TP-DA) field of the SMS message
547
547
< li > set the < code > messageClass</ code > of the < code > SmsMessage</ code > to
@@ -568,7 +568,7 @@ <h3>Steps</h3>
568
568
< li > set the < code > type</ code > of the < code > MmsMessage</ code > to 'mms'
569
569
< li > set the < code > serviceID</ code > of the < code > MmsMessage</ code > to the
570
570
identifier of the service at which the message has been received.
571
- < li > set the < code > sender </ code > of the < code > MmsMessage</ code > to the
571
+ < li > set the < code > from </ code > of the < code > MmsMessage</ code > to the
572
572
value of the 'From' field of the MMS message
573
573
< li > set the < code > timestamp</ code > of the < code > MmsMessage</ code > to
574
574
the value of the 'Date' field of the MMS message
@@ -806,10 +806,10 @@ <h3>Steps</h3>
806
806
the < code > serviceID</ code > parameter, if provided, or otherwise to the
807
807
first element in the < code > serviceIDs</ code > attribute of the
808
808
< code > SmsManager</ code >
809
- < li > set the < code > sender </ code > of the < code > SmsMessage</ code > to the
809
+ < li > set the < code > from </ code > of the < code > SmsMessage</ code > to the
810
810
number of the mobile subscription used to send this SMS message
811
811
< li > set the < code > read</ code > of the < code > SmsMessage</ code > to 'true'
812
- < li > set the < code > recipient </ code > of the < code > SmsMessage</ code > to
812
+ < li > set the < code > to </ code > of the < code > SmsMessage</ code > to
813
813
the value of the < code > to</ code > parameter
814
814
< li > set the < code > body</ code > of the < code > SmsMessage</ code > to the value
815
815
of the < code > text</ code > parameter
@@ -1015,7 +1015,7 @@ <h3>Steps</h3>
1015
1015
the < code > serviceID</ code > parameter, if provided, or otherwise to the
1016
1016
first element in the < code > serviceIDs</ code > attribute of the
1017
1017
< code > MmsManager</ code > .
1018
- < li > set the < code > sender </ code > of the < code > MmsMessage</ code > to the
1018
+ < li > set the < code > from </ code > of the < code > MmsMessage</ code > to the
1019
1019
number of the mobile subscription used to send this MMS message
1020
1020
< li > set the < code > read</ code > of the < code > MmsMessage</ code > to 'true'
1021
1021
< li > set the < code > to</ code > of the < code > MmsMessage</ code > to the
@@ -1213,7 +1213,7 @@ <h2><a>Message</a> Interface</h2>
1213
1213
< dd > MUST return the messaging service id</ a > used to send / receive this
1214
1214
message.</ dd >
1215
1215
1216
- < dt > readonly attribute DOMString sender </ dt >
1216
+ < dt > readonly attribute DOMString from </ dt >
1217
1217
< dd > MUST return the sender of the message, i.e. the TP Originating Address
1218
1218
(TP-OA) of the SMS message or the 'From' field of the MMS message.</ dd >
1219
1219
@@ -1237,7 +1237,7 @@ <h2><a>SmsMessage</a> Interface</h2>
1237
1237
intended to represent binary SMS, which are out of the scope of this API.
1238
1238
< dl title ="[NoInterfaceObject] interface SmsMessage : Message "
1239
1239
class ="idl ">
1240
- < dt > readonly attribute DOMString recipient </ dt >
1240
+ < dt > readonly attribute DOMString to </ dt >
1241
1241
< dd > MUST return the recipient of the message, i.e. the TP Destination
1242
1242
Address (TP-DA) of the SMS message.</ dd >
1243
1243
@@ -1551,7 +1551,7 @@ <h2><a>MessagingFilter</a> Interface</h2>
1551
1551
< dd > Indicates that messages with timestamp after this date will not be
1552
1552
provided in the results of this filter.</ dd >
1553
1553
1554
- < dt > attribute DOMString? sender </ dt >
1554
+ < dt > attribute DOMString? from </ dt >
1555
1555
< dd > Indicates that just messages sent from this number are to be provided in
1556
1556
the results of this filter.</ dd >
1557
1557
0 commit comments