mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix set_last command to work with recent ejabberd (#555)
This commit is contained in:
parent
60fe008268
commit
77e57afae1
@ -446,7 +446,7 @@ commands() ->
|
|||||||
longdesc = "Timestamp is the seconds since"
|
longdesc = "Timestamp is the seconds since"
|
||||||
"1970-01-01 00:00:00 UTC, for example: date +%s",
|
"1970-01-01 00:00:00 UTC, for example: date +%s",
|
||||||
module = ?MODULE, function = set_last,
|
module = ?MODULE, function = set_last,
|
||||||
args = [{user, string}, {host, string}, {timestamp, integer}, {status, string}],
|
args = [{user, binary}, {host, binary}, {timestamp, integer}, {status, binary}],
|
||||||
result = {res, rescode}},
|
result = {res, rescode}},
|
||||||
|
|
||||||
#ejabberd_commands{name = private_get, tags = [private],
|
#ejabberd_commands{name = private_get, tags = [private],
|
||||||
|
Loading…
Reference in New Issue
Block a user