jitsi / luajwtjitsi

JWT tokens for Lua
MIT License
18 stars 10 forks source link

luajwtjitsi module not found #7

Open rishu06 opened 1 year ago

rishu06 commented 1 year ago

Hi I am using luajwtjitsi module in jitsi setup and it used to work until 7439 version of jitsi meet. After uprgading to latest verison , prodody plugins throws error Prosody logs modulemanager error Error initializing module 'meeting_http' on 'meet.jitsi': /usr/share/lua/5.4/prosody/util/startup.lua:203: module 'luajwtjitsi' not found:

Code : rosody.unlock_globals(); require "ltn12"; local http = require "net.http"; prosody.lock_globals(); local jwt = require "luajwtjitsi"; Is luajwtjitsi module deprciated or any other alternative to this module ?

saghul commented 1 year ago

We now bundle this module with the Jitsi Meet package. It's no longer necessary to install it with luarocks and will cause this problem.