From 993cbcb13389940cca481fe334030d9eb3452961 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 25 Nov 2016 09:39:09 +0300 Subject: [PATCH] Use new version of xmpp --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 11249e822..95ddbc96b 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.6"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.17"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.0.4"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.1"}}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.7"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.8"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.6"}}}, -- 2.40.0