aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-09-16 12:28:48 +0200
committerLinus Jahn <lnj@kaidan.im>2022-09-16 12:29:29 +0200
commite22d49661091aaf92ad4ec6eac5814ca1bd77531 (patch)
tree13ce9fa3181564f7b018e915cf256c0dbe889f85 /mix.exs
parentContainer: Support ERL_DIST_PORT (diff)
Update xmpp module
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 ef88e321c..c47d4f8b0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -114,7 +114,7 @@ defmodule Ejabberd.MixProject do
{:p1_utils, "~> 1.0"},
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
- {:xmpp, git: "https://github.com/processone/xmpp.git", ref: "cdda2bea2df0b4ed40fbd854f6f1bf21c6b7a8c5", override: true},
+ {:xmpp, git: "https://github.com/processone/xmpp.git", ref: "62325549cced01b12878d79286311ae62fe0fc4f", override: true},
{:yconf, "~> 1.0"}]
++ cond_deps()
end