]> granicus.if.org Git - ejabberd/commitdiff
Replace mentions of mod_xmlrpc to ejabberd_xmlrpc
authorBadlop <badlop@process-one.net>
Mon, 13 Oct 2008 09:01:08 +0000 (09:01 +0000)
committerBadlop <badlop@process-one.net>
Mon, 13 Oct 2008 09:01:08 +0000 (09:01 +0000)
SVN Revision: 1645

src/ejabberd_commands.erl
src/ejabberd_ctl.erl

index 0388748ffe795162607be80b72e8c451202692dd..6440959a4227fc579a6b513fbad306bd7c88ebf0 100644 (file)
 %%%
 %%% 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 ===
 %%% 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:
index e879b23f3afb205e376e80806b25c51e54338761..362d12c91e0b1c4a5fbc3f72a8a785fa4c73e369 100644 (file)
@@ -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], []).