aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2022-06-26 17:25:22 +0200
committerbadlop <badlop@gmail.com>2022-08-12 10:53:53 +0200
commit648245e974b142e6d9f3c4fd40771c87fadc6c9b (patch)
tree909b3d703b1c57a59f0b56dd41fe78b09cf59969 /mix.exs
parentmod_roster: Change hook type from #roster{} to #roster_item{} (diff)
mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespaces
Supported are mix:core:{0,1} and mix:pam:{0,2}
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 6f2d6ffbc..ef88e321c 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, "~> 1.5"},
+ {:xmpp, git: "https://github.com/processone/xmpp.git", ref: "cdda2bea2df0b4ed40fbd854f6f1bf21c6b7a8c5", override: true},
{:yconf, "~> 1.0"}]
++ cond_deps()
end