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>2020-01-16 17:26:20 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-01-16 17:26:20 +0300
commit0ad2d2120c775e9c0f65ec06425dcd18951e6a0a (patch)
treef685c89135b5a066d7cf3e89f3b6ed0ff98daae3 /mix.exs
parent640f4bed82bd2e16c893ab9fa2d9e210c13042c3 (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 2c6e78fd2..ded96f3c4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -72,7 +72,7 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.6.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, github: "processone/xmpp", ref: "f98a50eb4135"},
+ {:xmpp, "~> 1.4"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},