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-01-16 11:58:24 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-01-16 11:58:24 +0300
commit3f2265d4575b76d6199a807470024ca9e97d3f19 (patch)
tree4e141262b612844a5cd3b848664522445c14737b /mix.exs
parent0d952abe7d98af2fa72fce6a3832be294d371bfa (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"},