1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Update xmpp to bring SSDP to XEP version 0.4

This commit is contained in:
Holger Weiss 2025-01-25 22:21:43 +01:00
parent 133d52d040
commit a19ab9f4e3
4 changed files with 7 additions and 6 deletions

View file

@ -144,7 +144,7 @@ defmodule Ejabberd.MixProject do
{:p1_utils, "~> 1.0"},
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
{:xmpp, "~> 1.9.3"},
{:xmpp, git: "https://github.com/processone/xmpp", ref: "64d6d292015a7ec4de0b9e963d20b7ac5b63c7f0", override: true},
{:yconf, "~> 1.0.17"}]
++ cond_deps()
end