aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-08-20 20:30:11 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-08-20 20:30:11 +0200
commit8f8de0403bab0a819420db69bb44bdb2a474d137 (patch)
tree3addbdbd28c66b601356ee31977237a72dc46033 /rebar.config
parentMerge pull request #3660 from ballerburg9005/patch-1 (diff)
PubSub: Support 'max_items=max' node configuration
Let clients request the maximum limit for the node configuration option 'max_items' by specifying the special value 'max' instead of an integer. This was added to XEP-0060, revision 1.17.0 (and clarified in revision 1.20.0). Thanks to Ammonit Measurement GmbH for sponsoring this work.
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 798e6350b..a70ccfba3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -59,7 +59,7 @@
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.27"}}},
{if_var_true, stun,
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.44"}}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.5.4"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "e943c0285aa85e3cbd4bfb9259f6b7de32b00395"}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
]}.