aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-05-30 09:54:26 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-05-30 09:54:26 +0300
commit22d76659c0d7b5163b1171d2383f8752b081570b (patch)
tree97d934e809f7c71ebf026d90a8736a6019ec9218
parentSupport for roomconfig_lang/roominfo_lang (diff)
Bump xmpp version in order to support language tags validation
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index f68a16a24..cb30f6003 100644
--- a/rebar.config
+++ b/rebar.config
@@ -25,7 +25,7 @@
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.22"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.11"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.30"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "d958206"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "6999333"}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.14"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}},