瀏覽代碼

removed a typo (#9244)

j8
scott boone 4 年之前
父節點
當前提交
9657bd9b6d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      resources/prosody-plugins/token/util.lib.lua

+ 1
- 1
resources/prosody-plugins/token/util.lib.lua 查看文件

@@ -401,7 +401,7 @@ function Util:verify_room(session, room_address)
401 401
         end
402 402
 
403 403
         return room_address_to_verify == jid.join(
404
-            "["..subdomain_to_check).."]"..room_to_check, self.muc_domain);
404
+            "["..subdomain_to_check.."]"..room_to_check, self.muc_domain);
405 405
     else
406 406
         if auth_domain == '*' then
407 407
             -- check for wildcard in JWT claim, allow access if found

Loading…
取消
儲存