From: Badlop Date: Mon, 13 Oct 2008 09:01:08 +0000 (+0000) Subject: Replace mentions of mod_xmlrpc to ejabberd_xmlrpc X-Git-Tag: v2.1.0~18^2~561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd76ebfda8cb48ed96f42b99cf35839ea5721cd;p=ejabberd Replace mentions of mod_xmlrpc to ejabberd_xmlrpc SVN Revision: 1645 --- 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], []).