diff --git a/debian/jitsi-meet-tokens.install b/debian/jitsi-meet-tokens.install index 189b92064..4787c9967 100644 --- a/debian/jitsi-meet-tokens.install +++ b/debian/jitsi-meet-tokens.install @@ -1 +1 @@ -prosody-plugins/ /usr/share/jitsi-meet/ +resources/prosody-plugins/ /usr/share/jitsi-meet/ diff --git a/nwjs-integration/index.html b/resources/nwjs-integration/index.html similarity index 100% rename from nwjs-integration/index.html rename to resources/nwjs-integration/index.html diff --git a/nwjs-integration/package.json b/resources/nwjs-integration/package.json similarity index 100% rename from nwjs-integration/package.json rename to resources/nwjs-integration/package.json diff --git a/prosody-plugins/mod_auth_token.lua b/resources/prosody-plugins/mod_auth_token.lua similarity index 100% rename from prosody-plugins/mod_auth_token.lua rename to resources/prosody-plugins/mod_auth_token.lua diff --git a/prosody-plugins/mod_bosh.lua.patch b/resources/prosody-plugins/mod_bosh.lua.patch similarity index 100% rename from prosody-plugins/mod_bosh.lua.patch rename to resources/prosody-plugins/mod_bosh.lua.patch diff --git a/prosody-plugins/mod_muc_allowners.lua b/resources/prosody-plugins/mod_muc_allowners.lua similarity index 100% rename from prosody-plugins/mod_muc_allowners.lua rename to resources/prosody-plugins/mod_muc_allowners.lua diff --git a/prosody-plugins/mod_token_verification.lua b/resources/prosody-plugins/mod_token_verification.lua similarity index 100% rename from prosody-plugins/mod_token_verification.lua rename to resources/prosody-plugins/mod_token_verification.lua diff --git a/prosody-plugins/muc_owner_allow_kick.patch b/resources/prosody-plugins/muc_owner_allow_kick.patch similarity index 100% rename from prosody-plugins/muc_owner_allow_kick.patch rename to resources/prosody-plugins/muc_owner_allow_kick.patch diff --git a/prosody-plugins/token/util.lib.lua b/resources/prosody-plugins/token/util.lib.lua similarity index 100% rename from prosody-plugins/token/util.lib.lua rename to resources/prosody-plugins/token/util.lib.lua