diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-05-22 17:45:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 17:45:53 +0300 |
commit | 2bbfc0b79e66835c9b2a3527205300b69be54bf0 (patch) | |
tree | 743472a05d6c215db5320035f135a66cd98a1121 /mix.exs | |
parent | Merge pull request #2430 from yokomizor/ext_mod-export-add_sources_1 (diff) | |
parent | Missing #block_item{} record building with mix (diff) |
Merge pull request #2431 from yokomizor/fix-xmpp-commit
Missing #block_item{} record building with mix
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |