diff --git a/include/mod_push.hrl b/include/mod_push.hrl index f8c98b3f3..9ca6af05d 100644 --- a/include/mod_push.hrl +++ b/include/mod_push.hrl @@ -21,4 +21,4 @@ timestamp = p1_time_compat:timestamp() :: erlang:timestamp(), service = {<<"">>, <<"">>, <<"">>} :: ljid(), node = <<"">> :: binary(), - xml = undefined :: xmlel()}). + xml :: undefined | xmlel()}).