aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-01-16 09:58:24 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-01-16 09:58:24 +0100
commit3f2265d4575b76d6199a807470024ca9e97d3f19 (patch)
tree4e141262b612844a5cd3b848664522445c14737b /mix.exs
parentStart ejabberd_mnesia before starting mnesia (diff)
Update xmpp in mix
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 12cf49413..fb90b2427 100644
--- a/mix.exs
+++ b/mix.exs
@@ -69,7 +69,7 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.6.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, "~> 1.2"},
+ {:xmpp, "~> 1.3.0"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},