Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mod_jidprep_opt.erl « src - github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f30f70632d778b5af034405f4ec7b80a1f91ffac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%% Generated automatically
%% DO NOT EDIT: run `make options` instead

-module(mod_jidprep_opt).

-export([access/1]).

-spec access(gen_mod:opts() | global | binary()) -> 'local' | acl:acl().
access(Opts) when is_map(Opts) ->
    gen_mod:get_opt(access, Opts);
access(Host) ->
    gen_mod:get_module_opt(Host, mod_jidprep, access).