aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-10-25 10:34:11 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-10-25 10:34:11 +0200
commit8b588d2ff3c83608869c291e7bc07d645470f2c6 (patch)
tree704d6351c60576958c23932961451801c0320d5d /rebar.config
parentMention XEP-0368 support (diff)
Add basic PubSub meta-data support (#1421)
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 f24a16777..36f4e96c4 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", "d551ba9"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "6c8f891"}},
{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"}}},