Skip to content

Commit

Permalink
Add stun app to cond_apps in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 17, 2023
1 parent 78f81de commit 2ef9fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ defmodule Ejabberd.MixProject do
{config(:sip), :esip},
{config(:odbc), :odbc},
{config(:pgsql), :p1_pgsql},
{config(:sqlite), :sqlite3}], do:
{config(:sqlite), :sqlite3},
{config(:stun), :stun}], do:
app
end

Expand Down

0 comments on commit 2ef9fbc

Please sign in to comment.