diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2022-09-16 12:39:13 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2022-09-16 12:39:13 +0200 |
commit | 9e9904c79d85a2d9c403e92a63177a90924c44d0 (patch) | |
tree | 136dcbcf6b1940dfb0d1bf1db2d7c6a5d5947846 /mix.exs | |
parent | Container: Support ERL_DIST_PORT (diff) | |
parent | Adapt 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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |