From 9657bd9b6d8665eb57be9558c75727dded9101ea Mon Sep 17 00:00:00 2001 From: scott boone Date: Wed, 19 May 2021 16:02:59 -0500 Subject: [PATCH] removed a typo (#9244) --- resources/prosody-plugins/token/util.lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/prosody-plugins/token/util.lib.lua b/resources/prosody-plugins/token/util.lib.lua index efccfdddc..c881eae9f 100644 --- a/resources/prosody-plugins/token/util.lib.lua +++ b/resources/prosody-plugins/token/util.lib.lua @@ -401,7 +401,7 @@ function Util:verify_room(session, room_address) end return room_address_to_verify == jid.join( - "["..subdomain_to_check).."]"..room_to_check, self.muc_domain); + "["..subdomain_to_check.."]"..room_to_check, self.muc_domain); else if auth_domain == '*' then -- check for wildcard in JWT claim, allow access if found