aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 11:26:14 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 11:26:14 +0100
commitb137ee3beb014e6b0cd4815624c1a0351a12ea36 (patch)
tree5cb6c134b71f65981713f7a66664e05e7e220b5a /mix.exs
parentMove to new iconv package (diff)
Move to new dependencies for SIP 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 668773333..1052e4c28 100644
--- a/mix.exs
+++ b/mix.exs
@@ -45,8 +45,8 @@ defmodule Ejabberd.Mixfile do
{:fast_yaml, "~> 1.0"},
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.2"},
- {:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.1"},
- {:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.1"},
+ {:stun, "~> 1.0"},
+ {:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:p1_xmlrpc, "~> 1.15"},