summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-01-22 16:12:48 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-01-22 16:12:48 +0100
commitb6f86187f30c8c7f822d68f37d933bbf18b809cd (patch)
tree3e5a26990a20dbb037c118864d8318af37582e43 /mix.exs
parentRevert "mod_register language reworked" (diff)
Update 'stun' dependency
The 'stun' application now rejects Teredo and 6to4 TURN peers unconditionally. Therefore, remove those networks from the default 'turn_blacklist'.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f3a0d0ec..7134ac7a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -93,7 +93,7 @@ defmodule Ejabberd.Mixfile do
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.1"},
- {:stun, "~> 1.0.34"},
+ {:stun, "~> 1.0.41", override: true},
{:esip, "~> 1.0.32"},
{:p1_mysql, "~> 1.0"},
{:mqtree, "~> 1.0"},