Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
Mattermost adapter package implementing the Jido Chat adapter contract
Beta support. Public iteration with faster feedback loops before final release shape settles.
View package metadata source →Jido Chat Mattermost is the Mattermost transport adapter for Jido Chat. It maps Mattermost websocket events and message operations onto the shared adapter contract used across chat channels.
Jido Chat Mattermost provides Mattermost-specific transport behavior while preserving channel portability through the shared Jido Chat interface.
Jido.Chat.Mattermost.Adapter handles websocket ingress transformation and message delivery through Mattermost-compatible flows.
Uses a websocket-only ingress model and does not include webhook ingestion support.
Converts Mattermost-native event payloads into the typed normalized structures expected by Jido Chat.
Provides migration support for legacy channel modules while adapter-first integration patterns stabilize.