|
- # Copyright © 2023 OpenIM open source community. All rights reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
-
- # diff config in OpenIM-Server
- secret: openkf
- callback:
- url: http://127.0.0.1:10010/api/v1/openim/callback
- beforeSendSingleMsg:
- enable: true
- timeout: 5
- failedContinue: true
- afterSendSingleMsg:
- enable: true
- timeout: 5
- beforeSendGroupMsg:
- enable: false
- timeout: 5
- failedContinue: true
- afterSendGroupMsg:
- enable: false
- timeout: 5
- msgModify:
- enable: true
- timeout: 5
- failedContinue: true
- userOnline:
- enable: true
- timeout: 5
- userOffline:
- enable: true
- timeout: 5
- userKickOff:
- enable: false
- timeout: 5
- offlinePush:
- enable: true
- timeout: 5
- failedContinue: true
- onlinePush:
- enable: true
- timeout: 5
- failedContinue: true
- superGroupOnlinePush:
- enable: false
- timeout: 5
- failedContinue: true
- beforeAddFriend:
- enable: false
- timeout: 5
- failedContinue: true
- beforeCreateGroup:
- enable: false
- timeout: 5
- failedContinue: true
- beforeMemberJoinGroup:
- enable: false
- timeout: 5
- failedContinue: true
- beforeSetGroupMemberInfo:
- enable: false
- timeout: 5
- failedContinue: true
- setMessageReactionExtensions:
- enable: false
- timeout: 5
- failedContinue: true
|