mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Change name of result key for offline count to value
This is more user friendly and should be more consistent with other commands.
This commit is contained in:
parent
674a8039ef
commit
2a49f8cae7
@ -535,7 +535,7 @@ get_commands_spec() ->
|
|||||||
policy = user,
|
policy = user,
|
||||||
module = mod_offline, function = count_offline_messages,
|
module = mod_offline, function = count_offline_messages,
|
||||||
args = [],
|
args = [],
|
||||||
result = {res, integer}},
|
result = {value, integer}},
|
||||||
#ejabberd_commands{name = send_message, tags = [stanza],
|
#ejabberd_commands{name = send_message, tags = [stanza],
|
||||||
desc = "Send a message to a local or remote bare of full JID",
|
desc = "Send a message to a local or remote bare of full JID",
|
||||||
module = ?MODULE, function = send_message,
|
module = ?MODULE, function = send_message,
|
||||||
|
Loading…
Reference in New Issue
Block a user