聊天显示设置¶
总览¶
IMBox聊天显示设置。设置按照允许,拒绝(允许和拒绝)的顺序进行解析,因此,如果路径与两个设置均匹配,则将其视为拒绝。
模块 IMBox 格式化文件(xsd) WEB-INF /模式/ imbox-chat-target-config.xsd 设定位置 WEB-INF / conf / imbox-chat-target-config / *。Xml <?xml版本=“ 1.0”编码=“ UTF-8”?> <imbox-chat-target-config xmlns = “ http:// www。intra intra-mart .jp / imbox / imbox-chat-target-config” xmlns:xsi = “ http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation = “ http:// // www。intra intra-mart .jp / imbox / imbox-chat-target-config ../ ../schema/imbox-chat-target-config.xsd“ > <allow> <path> /.* </ path> </ allow> <deny> <path> /tenant/.* </ path> <path > /user/.* </ path> <path> /ui/message/.* </ path> <path> /imbox/frame.* </ path> </ deny> </ imbox-chat-target-config >
参考资料¶
聊天显示权限设置¶
标签名称 允许 设置允许显示聊天的路径。详细内容设置在从属标签中进行。[设定项目 ]
<imbox-chat-target-config> <allow> .... </ allow> </ imbox-chat-target-config>
必填项目 × 多种设定 × 设置值 /设定内容 无 单位/类型 无 省略时的默认值 无 父标签 tns:imbox聊天目标配置
路径¶
标签名称 路径 设置允许聊天显示的路径。可以用正则表达式指定。[设定项目 ]
<allow> <path> ... </ path> </ allow>
必填项目 × 多种设定 ○ 设置值 /设定内容 允许聊天显示的路径的正则表达式 单位/类型 弦乐 省略时的默认值 /.* 父标签 允许