Update xmpp to fix incompatibility with < R21

This commit is contained in:
Paweł Chmielowski 2023-11-22 18:40:10 +01:00
parent 48f0d9c15e
commit d2a84c96a4
2 changed files with 2 additions and 2 deletions

View File

@ -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: "2b0c95c807fc8f5862bc4301e0b7451a0617348e", override: true},
{:xmpp, git: "https://github.com/processone/xmpp.git", ref: "d8e862f3b43c7dac4ac53bb4a83f70e440017f92", override: true},
{:yconf, "~> 1.0"}]
++ cond_deps()
end

View File

@ -77,7 +77,7 @@
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.29"}}},
{if_var_true, stun,
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.10"}}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", "2b0c95c807fc8f5862bc4301e0b7451a0617348e"}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", "d8e862f3b43c7dac4ac53bb4a83f70e440017f92"}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.15"}}}
]}.