aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbadlop <badlop@ono.com>2014-04-30 12:41:12 +0200
committerbadlop <badlop@ono.com>2014-04-30 12:41:12 +0200
commita1b8c54c1667e2e0a2dbe717eab4e4d962cbf8a7 (patch)
tree206f7edd430c31b675f435a6efa26aa090cb792e
parentMerge pull request #189 from weiss/markdown-readme (diff)
parentLet ejabberdctl accept binary string arguments (diff)
Merge pull request #187 from weiss/fix-ejabberdctl-output
Let ejabberdctl accept binary string arguments
-rw-r--r--src/ejabberd_ctl.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ejabberd_ctl.erl b/src/ejabberd_ctl.erl
index d8d067640..eda1c4970 100644
--- a/src/ejabberd_ctl.erl
+++ b/src/ejabberd_ctl.erl
@@ -418,6 +418,7 @@ is_supported_args(Args) ->
fun({_Name, Format}) ->
(Format == integer)
or (Format == string)
+ or (Format == binary)
end,
Args).