diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-01-20 11:51:56 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-01-20 11:51:56 +0100 |
commit | 39cfee239dead1ff95589b5c7b58edac0ff961e1 (patch) | |
tree | aa4187e1af6e8bdb0ba65f6ab165c12fe97eeb35 | |
parent | Make shim for mod_http_api admin_ip_access more robust (diff) |
Use xmpp 1.1.6
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
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"}}}, |