Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-13 20:48:21 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-13 20:48:21 +0300
commit1bb2bae62b446f279182d4474076b97e887b1f49 (patch)
tree8085857f2766b456c7baa01ac6151bc5cc6207e9 /rebar.config
parent152e0d77c1a15f9279a92923666ab92c6fc88163 (diff)
Reflect changes in the xmpp lib
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 5806e6ae3..f24a16777 100644
--- a/rebar.config
+++ b/rebar.config
@@ -25,7 +25,7 @@
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.16"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.24"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.15"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "d551ba9"}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.11"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},