diff options
author | Jérôme Sautret <jerome.sautret@process-one.net> | 2020-04-28 16:03:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 16:03:21 +0200 |
commit | 24a11fc8e880a8e0d154425c8b76a6119303942b (patch) | |
tree | 8f8e6befdb53b9ed4a8059dc707d954dccd268e0 /mix.exs | |
parent | Don't offer X-OAUTH2 if the only auth method enabled is Anonymous (#3209) (diff) | |
parent | ejabberd_stun: Tone down 'auth_realm' warning (diff) |
Merge pull request #3235 from weiss/xep-0215
Support STUN/TURN service discovery
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"}, |