From f6c6ff561ab2fa539e26116ab2a5324519cd8bdf Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Mar 2021 12:58:48 +0100 Subject: [PATCH] Document that send_stanza_c2s requires an existing sender C2S session --- src/mod_admin_extra.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl index 62d5d4a11..7db05b0fc 100644 --- a/src/mod_admin_extra.erl +++ b/src/mod_admin_extra.erl @@ -744,7 +744,9 @@ get_commands_spec() -> "Receiver JID", "Subject, or empty string", "Body"], result = {res, rescode}}, #ejabberd_commands{name = send_stanza_c2s, tags = [stanza], - desc = "Send a stanza as if sent from a c2s session", + desc = "Send a stanza from an existing C2S session", + longdesc = "USER@HOST/RESOURCE must be an existing C2S session." + " As an alternative, use send_stanza instead.", module = ?MODULE, function = send_stanza_c2s, args = [{user, binary}, {host, binary}, {resource, binary}, {stanza, binary}], args_example = [<<"admin">>, <<"myserver.com">>, <<"bot">>,