Let ejabberdctl accept binary string arguments

Don't print the following message if an ejabberd command expects binary
string arguments: "This command cannot be executed using ejabberdctl.
Try ejabberd_xmlrpc."
This commit is contained in:
Holger Weiss 2014-04-29 01:11:08 +02:00
parent 68e62d7442
commit d09c268b20
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ is_supported_args(Args) ->
fun({_Name, Format}) ->
(Format == integer)
or (Format == string)
or (Format == binary)
end,
Args).