Skip to content

Commit

Permalink
sendMessage: replaced deliveryReport and readReport args with flag bits.
Browse files Browse the repository at this point in the history
This allows introducing new boolean options without breaking the protocol.
  • Loading branch information
monich committed Feb 19, 2014
1 parent 4f18d52 commit 56ad6bf
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions mms-engine/org.nemomobile.MmsEngine.xml
Expand Up @@ -135,19 +135,12 @@
-->
<arg direction="in" type="s" name="subject"/>
<!--
Request delivery report:
Flags:
TRUE: Yes, please
FALSE: No, thank you
0x01 Request delivery report
0x02 Request read report
-->
<arg direction="in" type="b" name="deliveryReport"/>
<!--
Request read report:
TRUE: Yes, please
FALSE: No, thank you
-->
<arg direction="in" type="b" name="readReport"/>
<arg direction="in" type="u" name="flags"/>
<!--
Each variant in the parts array is (sss):
Expand Down

0 comments on commit 56ad6bf

Please sign in to comment.