summarylogtreecommitdiffstats
path: root/install
blob: 34bb78149a7efc678323df3e13219582ceb731a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_upgrade() {
cat << __EOF__

*** Warning: ***

In order to uniformize all jitsi-meet package, we have changes the config directory from "/etc/jitsi/jicofo" to "/etc/jicofo".

Please compare your old config with the new one and apply the changes. Do not blindy copy your old config!

Jicofo don't need secret anymore.
Please check the wiki: https://wiki.archlinux.org/index.php/Jitsi-meet

You have to:
 - update jicofo config
 - update jicofo jicofo.conf with focus proxy
 - update prosody config for jicofo
 - run prosodyctl roster

__EOF__
}