diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2016-12-02 16:28:14 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2016-12-02 16:28:14 +0100 |
commit | 23786c95c962f65fe81935119f98b0d63003793b (patch) | |
tree | 9e26f15e49c52195917172ca992be6c3a14b290a | |
parent | Add password support in muc_subscribe (#1306) (diff) |
Grab new version of xmpp dep
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 80eb25a93..85d8c1059 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.8"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.18"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.2"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "47d6e8b071c52e0fc07a02fd0bfbc3deae290abd"}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.8"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.9"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.7"}}}, |