1
0
Fork 0
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:
Evgeniy Khramtsov 2016-04-13 09:59:39 +03:00
parent 5eef8a8bcf
commit 7fd4808cde
5 changed files with 227 additions and 128 deletions

3
include/mod_last.hrl Normal file
View file

@ -0,0 +1,3 @@
-record(last_activity, {us = {<<"">>, <<"">>} :: {binary(), binary()},
timestamp = 0 :: non_neg_integer(),
status = <<"">> :: binary()}).