summaryrefslogtreecommitdiff
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
parentContainer: Support ERL_DIST_PORT (diff)
Update xmpp module
-rw-r--r--mix.exs2
-rw-r--r--rebar.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index ef88e321..c47d4f8b 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
diff --git a/rebar.config b/rebar.config
index d25c31ca..bde90d50 100644
--- a/rebar.config
+++ b/rebar.config
@@ -70,7 +70,7 @@
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}},
{if_var_true, stun,
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.2"}}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "cdda2bea2df0b4ed40fbd854f6f1bf21c6b7a8c5"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "62325549cced01b12878d79286311ae62fe0fc4f"}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.13"}}}
]}.