aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2022-09-16 12:39:13 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2022-09-16 12:39:13 +0200
commit9e9904c79d85a2d9c403e92a63177a90924c44d0 (patch)
tree136dcbcf6b1940dfb0d1bf1db2d7c6a5d5947846 /mix.exs
parentContainer: Support ERL_DIST_PORT (diff)
parentAdapt to change of mix_annotate type to boolean in roster_query (diff)
Merge remote-tracking branch 'processone/pr/3905'
* processone/pr/3905: Adapt to change of mix_annotate type to boolean in roster_query Adapt to renaming of 'participant-id' from mix_roster_channel record 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