mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
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:
parent
68e62d7442
commit
d09c268b20
@ -418,6 +418,7 @@ is_supported_args(Args) ->
|
|||||||
fun({_Name, Format}) ->
|
fun({_Name, Format}) ->
|
||||||
(Format == integer)
|
(Format == integer)
|
||||||
or (Format == string)
|
or (Format == string)
|
||||||
|
or (Format == binary)
|
||||||
end,
|
end,
|
||||||
Args).
|
Args).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user