Current section

Files

Jump to
ejabberd src ejabberd.app.src
Raw

src/ejabberd.app.src

%% $Id$
{application, ejabberd,
[{description, "ejabberd"},
{vsn, "19.02.130"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, sasl, ssl]},
{included_applications, [os_mon, lager, mnesia, inets, p1_utils, fast_yaml, fast_tls, pkix, xmpp, cache_tab, eimp]},
{env, [{enabled_backends, []}]},
{mod, {ejabberd_app, []}}]}.
%% Local Variables:
%% mode: erlang
%% End:
%% vim: set filetype=erlang tabstop=8: