The String concatenation used here
|
String post = String("token=")+_token+"&user="+_user+"&title="+_title+"&message="+_message+"&device="+_device+"&url="+_url+"&url_title="+_url_title+"&priority="+_priority+"&retry="+_retry+"&expire="+_expire+"&sound="+_sound; |
Does not escape special chars... The best fix is probably to just notify the user in the README rather than implement a parser...