summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristoph Scholz <christoph.scholz@gmail.com>2020-04-18 15:09:04 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-04-23 20:05:40 +0200
commitd7c696f97cd137e8a5ebae5e6638e9542e744882 (patch)
treec011a3d04faa5f032b9ee1e6457ab18388c5358b /mix.exs
parentrebar.config: Update 'xmpp' and 'stun' (diff)
mix.exs: Update 'xmpp' and 'stun'
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 5330425e..9e7daf39 100644
--- a/mix.exs
+++ b/mix.exs
@@ -85,12 +85,12 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.6.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, "~> 1.4"},
+ {:xmpp, git: "https://github.com/processone/xmpp", ref: "f8c5b3bb"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.1"},
- {:stun, "~> 1.0"},
+ {:stun, git: "https://github.com/processone/stun", ref: "f1516827", override: true},
{:esip, "~> 1.0"},
{:p1_mysql, "~> 1.0"},
{:mqtree, "~> 1.0"},