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
parent243dc067338fed42d2f68cfbb4d25356e70c9f4a (diff)
Update xmpp dependency in mix.exs and mix.lock
Closes #3146.
-rw-r--r--mix.exs2
-rw-r--r--mix.lock2
2 files changed, 2 insertions, 2 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"},
diff --git a/mix.lock b/mix.lock
index 238ce1c37..e1d6090e7 100644
--- a/mix.lock
+++ b/mix.lock
@@ -33,6 +33,6 @@
"stringprep": {:hex, :stringprep, "1.0.18", "1d31ae631920ec013e6008d5cea7421912418d1b6ae177725933daaeb706084c", [:rebar3], [{:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm"},
"stun": {:hex, :stun, "1.0.30", "7e8b896d6bacc19a605919a67a3e42f831e4a3a3597cc2be102c054421c0fbbc", [:rebar3], [{:fast_tls, "1.1.3", [hex: :fast_tls, repo: "hexpm", optional: false]}, {:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm"},
- "xmpp": {:hex, :xmpp, "1.4.3", "27a909907641762bde2374c80b83a53d7019e8c087ee2726f44fec5c361bd1ae", [:rebar3], [{:ezlib, "1.0.6", [hex: :ezlib, repo: "hexpm", optional: false]}, {:fast_tls, "1.1.3", [hex: :fast_tls, repo: "hexpm", optional: false]}, {:fast_xml, "1.1.38", [hex: :fast_xml, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}, {:stringprep, "1.0.18", [hex: :stringprep, repo: "hexpm", optional: false]}], "hexpm"},
+ "xmpp": {:git, "https://github.com/processone/xmpp.git", "f98a50eb41355747c2cb2690a6f81337cbd3bd68", [ref: "f98a50eb4135"]},
"yconf": {:hex, :yconf, "1.0.2", "2863cd7bb7840a84855525bf611ed6391b8c42d9b9e09505ce90924216a8e6af", [:rebar3], [{:fast_yaml, "1.0.22", [hex: :fast_yaml, repo: "hexpm", optional: false]}], "hexpm"},
}