aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 10:12:25 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 10:12:25 +0100
commite8ba7bce24fa5b4893f4c07b77fbd91e49dbd753 (patch)
tree706b47d66627ff39d300b21a3b7bf357a15d3472 /mix.exs
parentMerge pull request #937 from Iperity/fix-presence-based-delivery (diff)
Use stringprep app name
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 9a1f70722..cfe78d204 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,7 +25,7 @@ defmodule Ejabberd.Mixfile do
[mod: {:ejabberd_app, []},
applications: [:ssl],
included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
- :p1_tls, :p1_stringprep, :p1_xml,
+ :p1_tls, :stringprep, :p1_xml,
:p1_stun, :p1_yaml, :p1_zlib, :p1_iconv,
:esip, :jiffy, :oauth2, :xmlrpc, :eredis,
:p1_mysql, :p1_pgsql, :sqlite3]]
@@ -42,7 +42,7 @@ defmodule Ejabberd.Mixfile do
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3", override: true},
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
- {:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.1"},
+ {:stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.2"},
{: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"},