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:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-01-15 16:49:37 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-01-15 16:49:37 +0300
commit453f6b01896aa4f4829d001c963a26a5245028e5 (patch)
tree28265c68d05c71a982698bb63664fa2d37b513c9 /mix.exs
parent243dc067338fed42d2f68cfbb4d25356e70c9f4a (diff)
Update xmpp dependency in mix.exs and mix.lock
Closes #3146.
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 8cd0b0b85..2c6e78fd2 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, "~> 1.4.0"},
+ {:xmpp, github: "processone/xmpp", ref: "f98a50eb4135"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},