Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 11:31:49 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 11:31:49 +0300
commit4d6eb312642fe018cff007efc6639873a67d72a4 (patch)
treee85eaa9f18cf6dacfeb4ebcff7e625026e766582 /mix.exs
parente1539e57690b2ecb2203b1010e7ac5b042e955d2 (diff)
Use new version of xmpp in mix
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 5e1676043..d1ef0fbbb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -46,7 +46,7 @@ defmodule Ejabberd.Mixfile do
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.0"},
{:fast_xml, "~> 1.1", override: true}, # override cause of :xmpp
- {:xmpp, github: "processone/xmpp", tag: "1.0.3"},
+ {:xmpp, github: "processone/xmpp", tag: "1.1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},