diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2021-01-21 13:44:07 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2021-01-21 13:44:07 +0100 |
commit | a4b06df6047d8a024ce1dbb0095894cb4bd8a0a0 (patch) | |
tree | edef9f73b4bf311854803b5a47e982f91bc38e4d | |
parent | Merge pull request #3488 from comradekingu/patch-3 (diff) |
Update xmpp
This brings memory usage optimization for detached sessions
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index f6c35c2c..9870c015 100644 --- a/rebar.config +++ b/rebar.config @@ -57,7 +57,7 @@ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.24"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.40"}}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", "c9aae1631abf4b1b569bda860d395c0be025edbd"}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "18598ac3b6ed2278607f36bcd176f26167410ec2"}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.9"}}} ]}. |