mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add stun app to cond_apps in mix.exs
This commit is contained in:
parent
78f81de252
commit
2ef9fbc111
3
mix.exs
3
mix.exs
@ -154,7 +154,8 @@ defmodule Ejabberd.MixProject do
|
|||||||
{config(:sip), :esip},
|
{config(:sip), :esip},
|
||||||
{config(:odbc), :odbc},
|
{config(:odbc), :odbc},
|
||||||
{config(:pgsql), :p1_pgsql},
|
{config(:pgsql), :p1_pgsql},
|
||||||
{config(:sqlite), :sqlite3}], do:
|
{config(:sqlite), :sqlite3},
|
||||||
|
{config(:stun), :stun}], do:
|
||||||
app
|
app
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user