aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mod_push.hrl2
1 files changed, 1 insertions, 1 deletions
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()}).