summarylogtreecommitdiffstats
path: root/install
blob: c3e27306bebfd390bdd67f7bf1f437c69f317fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_upgrade() {
    cat <<__EOF__

The turnserver configuration has changed.
Please check the wiki: https://wiki.archlinux.org/index.php/Jitsi-meet
And check the example provided in:
/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

You need to replace the turncredentials with external_services.

__EOF__
}