mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mix.exs: Update 'xmpp' and 'stun'
This commit is contained in:
parent
fc444ce503
commit
d7c696f97c
4
mix.exs
4
mix.exs
@ -85,12 +85,12 @@ defmodule Ejabberd.Mixfile do
|
|||||||
[{:lager, "~> 3.6.0"},
|
[{:lager, "~> 3.6.0"},
|
||||||
{:p1_utils, "~> 1.0"},
|
{:p1_utils, "~> 1.0"},
|
||||||
{:fast_xml, "~> 1.1"},
|
{:fast_xml, "~> 1.1"},
|
||||||
{:xmpp, "~> 1.4"},
|
{:xmpp, git: "https://github.com/processone/xmpp", ref: "f8c5b3bb"},
|
||||||
{:cache_tab, "~> 1.0"},
|
{:cache_tab, "~> 1.0"},
|
||||||
{:stringprep, "~> 1.0"},
|
{:stringprep, "~> 1.0"},
|
||||||
{:fast_yaml, "~> 1.0"},
|
{:fast_yaml, "~> 1.0"},
|
||||||
{:fast_tls, "~> 1.1"},
|
{:fast_tls, "~> 1.1"},
|
||||||
{:stun, "~> 1.0"},
|
{:stun, git: "https://github.com/processone/stun", ref: "f1516827", override: true},
|
||||||
{:esip, "~> 1.0"},
|
{:esip, "~> 1.0"},
|
||||||
{:p1_mysql, "~> 1.0"},
|
{:p1_mysql, "~> 1.0"},
|
||||||
{:mqtree, "~> 1.0"},
|
{:mqtree, "~> 1.0"},
|
||||||
|
Loading…
Reference in New Issue
Block a user