From: Evgeniy Khramtsov Date: Fri, 25 Nov 2016 06:39:09 +0000 (+0300) Subject: Use new version of xmpp X-Git-Tag: 16.12-beta1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=993cbcb13389940cca481fe334030d9eb3452961;p=ejabberd Use new version of xmpp --- 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"}}},