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:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-02-26 14:05:10 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-02-26 14:16:48 +0300
commitab2197c4553b081f78db1043d1d863d5798dd7d9 (patch)
tree2db63859e2d5b1032cd5b2fd811739cb79e83925 /mix.exs
parenta40eb79cd0625e06e797ed3f76420b55d373150d (diff)
Update mqtree
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index fec5c2603..ffe9e30bb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -74,10 +74,11 @@ defmodule Ejabberd.Mixfile do
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
- {:fast_tls, "~> 1.0"},
+ {:fast_tls, "~> 1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:p1_mysql, "~> 1.0"},
+ {:mqtree, "~> 1.0"},
{:p1_pgsql, "~> 1.1"},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},