mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
10 lines
287 B
Erlang
10 lines
287 B
Erlang
[{decode, [{<<"start">>, {xmpp_util, decode_timestamp, []}},
|
|
{<<"end">>, {xmpp_util, decode_timestamp, []}}]},
|
|
{specs, [{<<"start">>, "erlang:timestamp()"},
|
|
{<<"end">>, "erlang:timestamp()"}]}].
|
|
|
|
%% Local Variables:
|
|
%% mode: erlang
|
|
%% End:
|
|
%% vim: set filetype=erlang tabstop=8:
|