Skip to content

Commit 8783e0e

Browse files
committed
use p1/xmpp as of 1.11.3
1 parent 281ee3c commit 8783e0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ defmodule Ejabberd.MixProject do
113113
{:p1_utils, "~> 1.0"},
114114
{:pkix, "~> 1.0"},
115115
{:stringprep, ">= 1.0.26"},
116-
{:xmpp, git: "https://github.com/sstrigler/xmpp", branch: "great_invitations", override: true},
116+
{:xmpp, git: "https://github.com/processone/xmpp", tag: "1.11.3", override: true},
117117
{:yconf, ">= 1.0.22"}]
118118
++ cond_deps()
119119
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"stringprep": {:hex, :stringprep, "1.0.33", "22f42866b4f6f3c238ea2b9cb6241791184ddedbab55e94a025511f46325f3ca", [:rebar3], [{:p1_utils, "1.0.28", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm", "96f8b30bc50887f605b33b46bca1d248c19a879319b8c482790e3b4da5da98c0"},
3636
"stun": {:hex, :stun, "1.2.21", "735855314ad22cb7816b88597d2f5ca22e24aa5e4d6010a0ef3affb33ceed6a5", [:rebar3], [{:fast_tls, "1.1.25", [hex: :fast_tls, repo: "hexpm", optional: false]}, {:p1_utils, "1.0.28", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm", "3d7fe8efb9d05b240a6aa9a6bf8b8b7bff2d802895d170443c588987dc1e12d9"},
3737
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.1", "a48703a25c170eedadca83b11e88985af08d35f37c6f664d6dcfb106a97782fc", [:rebar3], [], "hexpm", "b3a917854ce3ae233619744ad1e0102e05673136776fb2fa76234f3e03b23642"},
38-
"xmpp": {:git, "https://github.com/sstrigler/xmpp", "03bce052c2c1509ded3a4acdf653985d68cfd8ed", [branch: "great_invitations"]},
38+
"xmpp": {:git, "https://github.com/processone/xmpp", "9f323f01122766f806363b0a5e640a17ee1a41be", [tag: "1.11.3"]},
3939
"yconf": {:hex, :yconf, "1.0.22", "52a435f9b60ab1e13950dfe3f7131ecdd8b3d1ca72c44bf66fc74b4571027124", [:rebar3], [{:fast_yaml, "1.0.39", [hex: :fast_yaml, repo: "hexpm", optional: false]}], "hexpm", "aca83457ceabe70756484b5c87ba7b1955f511d499168687eaeaa7c300e857f1"},
4040
}

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{stringprep, "~> 1.0.33", {git, "https://github.com/processone/stringprep", {tag, "1.0.33"}}},
7070
{if_var_true, stun,
7171
{stun, "~> 1.2.21", {git, "https://github.com/processone/stun", {tag, "1.2.21"}}}},
72-
{xmpp, "~> 1.11.2", {git, "https://github.com/sstrigler/xmpp", {branch, "great_invitations"}}},
72+
{xmpp, "~> 1.11.3", {git, "https://github.com/processone/xmpp", {tag, "1.11.3}}},
7373
{yconf, "~> 1.0.22", {git, "https://github.com/processone/yconf", {tag, "1.0.22"}}}
7474
]}.
7575

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
{<<"stun">>,{pkg,<<"stun">>,<<"1.2.21">>},0},
3131
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.7.1">>},1},
3232
{<<"xmpp">>,
33-
{git,"https://github.com/sstrigler/xmpp",
34-
{ref,"03bce052c2c1509ded3a4acdf653985d68cfd8ed"}},
33+
{git,"https://github.com/processone/xmpp",
34+
{ref,"9f323f01122766f806363b0a5e640a17ee1a41be"}},
3535
0},
3636
{<<"yconf">>,{pkg,<<"yconf">>,<<"1.0.22">>},0}]}.
3737
[

0 commit comments

Comments
 (0)