We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c6939 commit 060992bCopy full SHA for 060992b
src/mod_admin_extra.erl
@@ -612,6 +612,7 @@ get_commands_spec() ->
612
result = {res, rescode}},
613
#ejabberd_commands{name = add_rosteritem, tags = [roster],
614
desc = "Add an item to a user's roster (supports ODBC)",
615
+ longdesc = "The client will receive a `jabber:iq:roster` IQ notifying them of the added entry.",
616
module = ?MODULE, function = add_rosteritem,
617
version = 1,
618
note = "updated in 24.02",
@@ -630,6 +631,7 @@ get_commands_spec() ->
630
631
%%{"", "will add mike@server.com to peter@localhost roster"},
632
#ejabberd_commands{name = delete_rosteritem, tags = [roster],
633
desc = "Delete an item from a user's roster (supports ODBC)",
634
+ longdesc = "The client will receive a `jabber:iq:roster` IQ notifying them of the removed entry.",
635
module = ?MODULE, function = delete_rosteritem,
636
args = [{localuser, binary}, {localhost, binary},
637
{user, binary}, {host, binary}],
0 commit comments