removed a typo (#9244)

This commit is contained in:
scott boone
2021-05-19 16:02:59 -05:00
committed by GitHub
parent e6242f5bc7
commit 9657bd9b6d

View File

@@ -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