- Enable STUN option by default, as audio/video calling is getting
common lately Reported by: Julian Huhn <julian at huhn dot dev> (private email)
This commit is contained in:
parent
40ceb142a2
commit
385f6813ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545057
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ejabberd
|
||||
PORTVERSION= 20.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
|
@ -55,6 +56,7 @@ GH_TUPLE= erlang-lager:lager:${LAGER_VER}:lager/deps/lager \
|
|||
|
||||
OPTIONS_DEFINE= ODBC PAM DOCS MYSQL PGSQL REDIS SIP SQLITE \
|
||||
STUN TOOLS FULLXML
|
||||
OPTIONS_DEFAULT=STUN
|
||||
|
||||
EJABBERD_LIBDIR=lib/erlang/lib
|
||||
MAKE_ENV= PORTVERSION=${PORTVERSION}
|
||||
|
|
Loading…
Reference in a new issue