summaryrefslogtreecommitdiff
path: root/src/mod_proxy65.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_proxy65.erl')
-rw-r--r--src/mod_proxy65.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mod_proxy65.erl b/src/mod_proxy65.erl
index bd8cdde6..61e09439 100644
--- a/src/mod_proxy65.erl
+++ b/src/mod_proxy65.erl
@@ -121,7 +121,9 @@ mod_opt_type(recbuf) ->
mod_opt_type(shaper) ->
econf:shaper();
mod_opt_type(sndbuf) ->
- econf:pos_int().
+ econf:pos_int();
+mod_opt_type(vcard) ->
+ econf:vcard_temp().
mod_options(Host) ->
[{ram_db_type, ejabberd_config:default_ram_db(Host, ?MODULE)},
@@ -132,6 +134,7 @@ mod_options(Host) ->
{ip, undefined},
{port, 7777},
{name, ?T("SOCKS5 Bytestreams")},
+ {vcard, undefined},
{max_connections, infinity},
{auth_type, anonymous},
{recbuf, 65536},