mattermost-plugin-bridge-xmpp/server/bridge
Felipe Martin b1c6f21ea3
Some checks are pending
ci / plugin-ci (push) Waiting to run
feat: implement OnSharedChannelsSyncMsg hook for bidirectional sync
- Add PublishMessage method to BridgeManager interface and implementation
- Implement OnSharedChannelsSyncMsg hook to process Mattermost shared channel sync messages
- Add processSyncPost helper to convert Mattermost posts to bridge messages
- Route sync messages from Mattermost shared channels to XMPP bridge via message bus
- Handle user resolution with fallback to API calls for missing users
- Add comprehensive logging and error handling for sync operations
- Support routing of text messages from shared channels to XMPP rooms

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:40:12 +02:00
..
mattermost feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
xmpp feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
manager.go feat: implement OnSharedChannelsSyncMsg hook for bidirectional sync 2025-08-05 19:40:12 +02:00
messagebus.go refactor: standardize bridge-agnostic terminology and remove unused kvstore functions 2025-08-05 12:33:19 +02:00
user.go feat: implement comprehensive bridge-agnostic user management system 2025-08-04 17:50:44 +02:00