-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Offline push How to customized configuration information for different channels #2450
Comments
Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. Join slack 🤖 to connect and communicate with our developers. |
It is clear that OpenIM only supports unified push services, such as jpush and getui, which are push integration platforms. We suggest that you integrate the vendor-specific push services(huawei,xiaomi) yourself and then provide a unified interface for OpenIM to call. This is how we handle it in our business operations. |
How can I provide my custom interface for OpenIM to call, using webhook? Is there related documentation? |
This is a custom feature that involves modifying the source code, and there is no official documentation available. You will need to read the source code yourself, understand the push business logic, and modify the code. You can refer to the code in internal/push/offlinepush as a guide. |
I have already implemented this in our business and successfully deployed it. Feel free to reach out with any questions. |
I found a |
Why this feature?
I cannot customize the diverse configuration of offline push channels.
Suggested Solution
Support customized configurations for different channels in a certain way, such as Huawei and Xiaomi.
Additional Information
No response
The text was updated successfully, but these errors were encountered: