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:
authorRogério da Silva Yokomizo <me@ro.ger.io>2018-05-22 17:35:10 +0300
committerRogério da Silva Yokomizo <me@ro.ger.io>2018-05-22 17:37:39 +0300
commit2e529f5826de927060baf5c974a51f0d73cbc173 (patch)
tree50ae9c755b4133299e38c7821fcf2d8c368f4420 /mix.exs
parentd2114be6f333a47cc2024d2fff7d9ccedc2968d6 (diff)
Missing #block_item{} record building with mix
Ref: #638f2d2
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 89df9fa1a..00323c416 100644
--- a/mix.exs
+++ b/mix.exs
@@ -61,7 +61,7 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.4.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, "~> 1.1"},
+ {:xmpp, github: "processone/xmpp", tag: "d958206"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},