25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +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(), timestamp = p1_time_compat:timestamp() :: erlang:timestamp(),
service = {<<"">>, <<"">>, <<"">>} :: ljid(), service = {<<"">>, <<"">>, <<"">>} :: ljid(),
node = <<"">> :: binary(), node = <<"">> :: binary(),
xml = undefined :: xmlel()}). xml :: undefined | xmlel()}).