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>2018-02-11 09:45:54 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-02-11 09:45:54 +0300
commit11a58f8dffd02141cd4a4459aac7bf6ee6e3a89e (patch)
tree2ba058bac77a4842a767dc03fac0e72a280eb740
parent97f913b8d93870448d03586df20b108147c1b8a7 (diff)
Bump xmpp version
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index aaefcdb59..098b19cff 100644
--- a/rebar.config
+++ b/rebar.config
@@ -25,7 +25,7 @@
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.20"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "dbf173f"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "cd4aacf"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "2bb82b29"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},