aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_config.hrl
blob: bf953d808ce747a9bdbc0133c1c2dbdbbd2cba30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%%%----------------------------------------------------------------------
%%% File    : ejabberd_config.hrl
%%% Author  : Mickael Remond <mickael.remond@process-one.net>
%%% Purpose : ejabberd configuration internal data structures.
%%% Created : 5 Nov 2007 by Mickael Remond <mickael.remond@process-one.net>
%%% Id      : $Id: $
%%%----------------------------------------------------------------------

-record(config, {key, value}).
-record(local_config, {key, value}).
-record(state, {opts = [],
		hosts = [],
		override_local = false,
		override_global = false,
		override_acls = false}).