]> granicus.if.org Git - ejabberd/commitdiff
Fix typespec
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 27 Oct 2017 09:05:05 +0000 (12:05 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 27 Oct 2017 09:05:05 +0000 (12:05 +0300)
include/mod_push.hrl

index f8c98b3f3286585394efa8328411b33c5f0ca554..9ca6af05db91199d2f33d9e92cf554858fb0aab1 100644 (file)
@@ -21,4 +21,4 @@
          timestamp = p1_time_compat:timestamp() :: erlang:timestamp(),
          service = {<<"">>, <<"">>, <<"">>}     :: ljid(),
          node = <<"">>                          :: binary(),
-         xml = undefined                        :: xmlel()}).
+         xml                                    :: undefined | xmlel()}).