diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-11-25 09:39:09 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-11-25 09:39:09 +0300 |
commit | 993cbcb13389940cca481fe334030d9eb3452961 (patch) | |
tree | baca330ab86953891df4be77aa0f576108580000 | |
parent | Don't check for faked carbons (diff) |
Use new version of xmpp
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
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"}}}, |