mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
4 lines
186 B
Erlang
4 lines
186 B
Erlang
-record(last_activity, {us = {<<"">>, <<"">>} :: {binary(), binary()},
|
|
timestamp = 0 :: non_neg_integer(),
|
|
status = <<"">> :: binary()}).
|