Hello,
I have upgraded an Ubuntu 18.04 on which Jitsi work fine to a 20.04. Jitsi was not working so i removed everything and reinstall all.
Now Prosody doesn’t listen port 5347.
I tried to copy the configuration from the 18.04 and the Prosody listen the port 5347.
The result of the command : diff prosody-new/prosody.cfg.lua prosody-old/prosody.cfg.lua is
`33,35c33
< – For a local administrator it’s common to place local modifications
< – under /usr/local/ hierarchy:
< plugin_paths = { “/usr/local/lib/prosody/modules” }
–plugin_paths = {}
51c49
< “pep”; – Enables users to publish their avatar, mood, activity, playing music and more
“pep”; – Enables users to publish their mood, activity, playing music and more
54,55c52
< “vcard4”; – User profiles (stored in PEP)
< “vcard_legacy”; – Conversion between legacy vCard and PEP Avatar, vcard
“vcard”; – Allow users to set vCards
64d60
< --“csi_simple”; – Simple Mobile optimizations
101c97
103c99
< daemonize = false;
daemonize = true;
109c105
< pidfile = “/run/prosody/prosody.pid”;
pidfile = “/var/run/prosody/prosody.pid”;`
I thought plugin_paths = { “/usr/local/lib/prosody/modules” } but it’s in the new file.
What’s going wrong ?
Regards,
Ghislain