25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Fix typespec

This commit is contained in:
Evgeniy Khramtsov 2017-10-27 12:05:05 +03:00
parent 24df1262bb
commit b6c88fb17e

View File

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