From 6bd76ebfda8cb48ed96f42b99cf35839ea5721cd Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 13 Oct 2008 09:01:08 +0000 Subject: [PATCH] Replace mentions of mod_xmlrpc to ejabberd_xmlrpc SVN Revision: 1645 --- src/ejabberd_commands.erl | 4 ++-- src/ejabberd_ctl.erl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ejabberd_commands.erl b/src/ejabberd_commands.erl index 0388748ff..6440959a4 100644 --- a/src/ejabberd_commands.erl +++ b/src/ejabberd_commands.erl @@ -167,7 +167,7 @@ %%% %%% Currently there are two frontends to ejabberd commands: the shell %%% script {@link ejabberd_ctl. ejabberdctl}, and the XML-RPC server -%%% mod_xmlrpc. +%%% ejabberd_xmlrpc. %%% %%% %%% === ejabberdctl as a frontend to ejabberd commands === @@ -196,7 +196,7 @@ %%% make sure the XML-RPC call provides the required arguments, with %%% the specified format. The order of the arguments in an XML-RPC %%% call is not important, because all the data is tagged and will be -%%% correctly prepared by mod_xmlrpc before executing the ejabberd +%%% correctly prepared by ejabberd_xmlrpc before executing the ejabberd %%% command. %%% TODO: consider this feature: diff --git a/src/ejabberd_ctl.erl b/src/ejabberd_ctl.erl index e879b23f3..362d12c91 100644 --- a/src/ejabberd_ctl.erl +++ b/src/ejabberd_ctl.erl @@ -708,7 +708,7 @@ print_usage_command(Cmd, C, MaxC, ShCode) -> NoteEjabberdctl = case is_supported_args(ArgsDef) of true -> ""; - false -> [" ", ?B("Note:"), " This command cannot be executed using ejabberdctl. Try mod_xmlrpc.\n\n"] + false -> [" ", ?B("Note:"), " This command cannot be executed using ejabberdctl. Try ejabberd_xmlrpc.\n\n"] end, ?PRINT(["\n", NameFmt, "\n", ArgsFmt, "\n", ReturnsFmt, "\n\n", XmlrpcFmt, TagsFmt, "\n\n", DescFmt, "\n\n", LongDescFmt, NoteEjabberdctl], []). -- 2.40.0