mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
3 lines
186 B
Erlang
3 lines
186 B
Erlang
-record(last_activity, {us = {<<"">>, <<"">>} :: {binary(), binary()},
|
|
timestamp = 0 :: non_neg_integer(),
|
|
status = <<"">> :: binary()}).
|