diff --git a/lib/mpns.js b/lib/mpns.js index 168373d..a5bd925 100644 --- a/lib/mpns.js +++ b/lib/mpns.js @@ -268,6 +268,7 @@ function toastToXml(options) { wrapValue(options, 'text1', 'Text1') + wrapValue(options, 'text2', 'Text2') + wrapValue(options, 'param', 'Param') + + wrapValue(options, 'sound', 'Sound') + getPushFooter(type); } @@ -371,7 +372,8 @@ var properties = { toast: [ 'text1', 'text2', - 'param' + 'param', + 'sound' ], tile: [ 'backgroundImage',