summaryrefslogtreecommitdiff
path: root/src/mod_proxy65.erl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mod_proxy65.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mod_proxy65.erl b/src/mod_proxy65.erl
index effe2f78..621189db 100644
--- a/src/mod_proxy65.erl
+++ b/src/mod_proxy65.erl
@@ -39,8 +39,7 @@
%% supervisor callbacks.
-export([init/1]).
-%% API.
--export([start_link/2]).
+-export([start_link/2, mod_opt_type/1]).
-define(PROCNAME, ejabberd_mod_proxy65).
@@ -84,3 +83,5 @@ init([Host, Opts]) ->
{ok,
{{one_for_one, 10, 1},
[StreamManager, StreamSupervisor, Service]}}.
+
+mod_opt_type(_) -> [].