24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00
xmpp.chapril.org-ejabberd/src/ejabberd_config.hrl
Mickaël Rémond 2100ea63ca * Making sure SVN properties are correctly set.
SVN Revision: 970
2007-11-15 10:33:18 +00:00

16 lines
592 B
Erlang

%%%----------------------------------------------------------------------
%%% 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}).