matrix-org / prosody-mod-auth-matrix-user-verification

Matrix user verification auth for Prosody
Apache License 2.0
24 stars 12 forks source link

Issue #17 Fix `require luajwtjitsi` #18

Closed ChrisPortman closed 2 years ago

ChrisPortman commented 2 years ago

The Jitsi project have "vendored" luajwtjitsi in their packages as luajwtjitsi.lib.lua. The .lib.lua means that it needs to be required in the form module:requre "luajwtjitsi"; as per https://prosody.im/doc/developers/moduleapi#modulerequire_lib_name

Closes #17

saghul commented 2 years ago

Thanks for fixing this @ChrisPortman !