Jitsi JWT Not working

When trying to install JWT auth in Jitsi, facing issues.
Following instructions from:- https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/tokens.md
Post installing jitsi meet, I get an error when I try to install :-

prosody-trunk_1nightly747-1~trusty_amd64.deb

I get this error:-

dpkg: regarding prosody-trunk_1nightly747-1~trusty_amd64.deb containing prosody-trunk:
 prosody-trunk conflicts with prosody
  prosody (version 0.11.5-1~eoan6) is present and installed.
  prosody provides prosody and is present and installed.

dpkg: error processing archive prosody-trunk_1nightly747-1~trusty_amd64.deb (--install):
 conflicting packages - not installing prosody-trunk
Errors were encountered while processing:
 prosody-trunk_1nightly747-1~trusty_amd64.deb

Have done multiple fresh installs, but getting stuck on this.

you already have prosody installed…the nightly is an older version of what you have installed…11.5 will work with jwt, so there is no need to installed the nightly. If you want to install the nightly, you’ll need to remove 11.5 first.

Thanks, I was able to proceed, but got stuck later.

So, I removed the 11.5 version of Prosody and then followed the further instructions, now when I try to join the meeting, i get the following error:-
react_devtools_backend.js:6 2020-04-20T15:00:25.621Z [modules/xmpp/strophe.util.js] <Object.r.Strophe.log>: Strophe: Server did not yet offer a supported authentication mechanism. Sending a blank poll request.
on the inspect console of browser

1 Like