mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Clean mod_last.erl from DB specific code
This commit is contained in:
parent
5eef8a8bcf
commit
7fd4808cde
5 changed files with 227 additions and 128 deletions
3
include/mod_last.hrl
Normal file
3
include/mod_last.hrl
Normal file
|
@ -0,0 +1,3 @@
|
|||
-record(last_activity, {us = {<<"">>, <<"">>} :: {binary(), binary()},
|
||||
timestamp = 0 :: non_neg_integer(),
|
||||
status = <<"">> :: binary()}).
|
Loading…
Add table
Add a link
Reference in a new issue