aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2021-10-29 05:48:03 +0300
committerAlexey Shchepin <alexey@process-one.net>2021-10-29 05:48:03 +0300
commit5d48329a3ff46d2e29f9f09921d99ac10f655589 (patch)
tree4761c36712f3f039b23af465fdee50fa30b674cd /mix.exs
parentSupport MUC hats (XEP-0317, conversejs/prosody compatible) (diff)
Update 'xmpp' dependency
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 021de5e2b..8debcd6a1 100644
--- a/mix.exs
+++ b/mix.exs
@@ -124,7 +124,7 @@ defmodule Ejabberd.MixProject do
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"},
- {:xmpp, git: "https://github.com/processone/xmpp", ref: "3f18c9e6b239c3a8a4d82dc478b26565037b7247", override: true},
+ {:xmpp, git: "https://github.com/processone/xmpp", ref: "a85dc699ff02471ecad08d85e3bed87c57c48aba", override: true},
{:yconf, "~> 1.0"}]
++ cond_deps()
end