Support audio/video calls for Kosmos XMPP accounts #161

Merged
raucao merged 2 commits from feature/159-ejabberd_stun_turn into master 2020-05-02 10:01:19 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit ef2fa2da72 - Show all commits

View File

@ -200,6 +200,12 @@ unless node.chef_environment == "development"
protocol :tcp
command :allow
end
firewall_rule 'ejabberd_stun_turn' do
port 3478
protocol :udp
command :allow
end
end
#

View File

@ -74,6 +74,13 @@ listen:
## "/pub/archive": mod_http_fileserver
## register: true
captcha: false
-
port: 3478
transport: udp
module: ejabberd_stun
use_turn: true
## The server's public IPv4 address:
# turn_ip: 203.0.113.3
Review

Left this in here, in case we see it breaking without it. (From the new ejabberd example config.)

Left this in here, in case we see it breaking without it. (From the new ejabberd example config.)
s2s_use_starttls: optional
@ -214,6 +221,7 @@ modules:
versioning: true
store_current_id: true
mod_shared_roster: {}
mod_stun_disco: {}
mod_vcard:
search: false
mod_vcard_xupdate: {}