Mattermost
Platform for secure collaboration across the entire software development lifecycle, can be integrated with Gitlab (alternative to Slack).
Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.
Platform for secure collaboration across the entire software development lifecycle, can be integrated with Gitlab (alternative to Slack).
Mattermost Push Proxy is a server component that relays push notifications from the Mattermost server to mobile devices via Apple Push Notification service (APNs) and Firebase Cloud Messaging (FCM). It offloads notification delivery from the core Mattermost server, improving scalability and reliability for messaging alerts on iOS and Android. Key features include support for standard push notifications, VoIP push notifications for iOS calls using PushKit, configuration through applern and applernbeta ApplePushSettings entries, transport-based dispatch to select notification type, and minimal payload generation for VoIP pushes with the voip APNs topic suffix. VoIP push delivery is triggered when incoming notifications include transport=voip, producing a VoIP-shaped APNs request without requiring additional configuration beyond the existing APNs key. Deployment requires the iOS app bundle to declare the voip background mode and include a voip APNs entitlement. The project uses CircleCI for continuous integratio