diff options
author | Linus Jahn <lnj@kaidan.im> | 2022-09-16 12:28:48 +0200 |
---|---|---|
committer | Linus Jahn <lnj@kaidan.im> | 2022-09-16 12:29:29 +0200 |
commit | e22d49661091aaf92ad4ec6eac5814ca1bd77531 (patch) | |
tree | 13ce9fa3181564f7b018e915cf256c0dbe889f85 | |
parent | Container: Support ERL_DIST_PORT (diff) |
Update xmpp module
-rw-r--r-- | mix.exs | 2 | ||||
-rw-r--r-- | rebar.config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 d25c31ca2..bde90d50b 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"}}} ]}. |