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

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2019-02-27 16:35:07 +0300
committerChristophe Romain <christophe.romain@process-one.net>2019-02-27 16:35:07 +0300
commit9bfe5bb6180e4c4cdf0c3f2e26b16d5284db1568 (patch)
tree0ce115185730a5f817800727d24f6e5a95c155f7 /mix.exs
parent7511da0f266e61fa12c640bd418606baca4c78ed (diff)
Add mqtree in included_applications
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7bffb55e5..4b732334e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -27,7 +27,7 @@ defmodule Ejabberd.Mixfile do
[mod: {:ejabberd_app, []},
applications: [:kernel, :stdlib, :sasl, :ssl],
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
- :fast_tls, :stringprep, :fast_xml, :xmpp,
+ :fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
:eimp, :base64url, :jose, :pkix, :os_mon]
++ cond_apps()]