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 /rebar.config | |
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 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index d25c31ca2..bde90d50b 100644 --- a/rebar.config +++ b/rebar.config @@ -70,7 +70,7 @@ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.2"}}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", "cdda2bea2df0b4ed40fbd854f6f1bf21c6b7a8c5"}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "62325549cced01b12878d79286311ae62fe0fc4f"}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.13"}}} ]}. |