mattermost-plugin-bridge-xmpp/server
Felipe Martin d21dcd2dd1
feat: implement sync and sync-reset commands for shared channel management
- Add GetRemoteID() method to Bridge interface for cursor operations
- Update bridge constructors to accept and store remoteID parameter
- Implement executeSyncCommand handler for forcing shared channel sync
- Implement executeSyncResetCommand handler for resetting sync cursor
- Add command registration for 'sync' and 'sync-reset' subcommands
- Enhance command handler with direct plugin API access for shared channel operations
- Add comprehensive validation and error handling for unmapped channels
- Support both SyncSharedChannel and UpdateSharedChannelCursor API methods

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:39:01 +02:00
..
bridge feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
command feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
config feat: restore XMPP bridge to use direct client connection instead of bridge user 2025-08-04 18:04:10 +02:00
logger feat: restore XMPP bridge to use direct client connection instead of bridge user 2025-08-04 18:04:10 +02:00
model feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
store/kvstore refactor: standardize bridge-agnostic terminology and remove unused kvstore functions 2025-08-05 12:33:19 +02:00
xmpp fix: implement direct TCP connection to bypass DNS SRV discovery issues 2025-08-05 19:37:23 +02:00
.gitignore Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00
api.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00
configuration.go fix: prevent dangling XMPP connections during configuration updates 2025-08-04 19:04:43 +02:00
hooks_sharedchannels.go feat: implement OnSharedChannelsPing hook with active bridge health checking 2025-08-04 16:42:59 +02:00
job.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00
main.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00
plugin.go feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
plugin_test.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00