From: Christophe Romain Date: Fri, 20 Jan 2017 10:51:56 +0000 (+0100) Subject: Use xmpp 1.1.6 X-Git-Tag: 17.01~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39cfee239dead1ff95589b5c7b58edac0ff961e1;p=ejabberd Use xmpp 1.1.6 --- diff --git a/rebar.config b/rebar.config index 69dbba775..cc04c86d0 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.10"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.19"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.5"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.6"}}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.9"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.10"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.8"}}},