From 54af08799dba9bef60b007cfbd0020deac0064ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Thu, 3 Sep 2020 13:43:49 +0200 Subject: [PATCH] Update xmpp dep --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 8e3b290c5..156d47308 100644 --- a/rebar.config +++ b/rebar.config @@ -57,7 +57,7 @@ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.22"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.37"}}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.9"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "0fece8d96b5812c43be179c4f232cac7cb98d81c"}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.7"}}} ]}.