mattermost-plugin-bridge-xmpp/server
Felipe Martin 1f45197aa8
feat: refactor channel mapping with structured parameters and shared channel integration
- Add ChannelMappingRequest and ChannelMappingDeleteRequest structs with validation
- Update BridgeManager interface to accept structured parameters instead of individual strings
- Implement proper user ID and team ID propagation to shared channels
- Add shared channel creation/deletion integration with Mattermost API
- Update command handlers to provide user and team context
- Enhance logging with comprehensive parameter tracking

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 19:10:40 +02:00
..
bridge feat: refactor channel mapping with structured parameters and shared channel integration 2025-08-01 19:10:40 +02:00
command feat: refactor channel mapping with structured parameters and shared channel integration 2025-08-01 19:10:40 +02:00
config feat: complete XMPP bridge implementation with configuration fixes 2025-07-31 18:56:59 +02:00
logger feat: complete XMPP bridge implementation with configuration fixes 2025-07-31 18:56:59 +02:00
model feat: refactor channel mapping with structured parameters and shared channel integration 2025-08-01 19:10:40 +02:00
store/kvstore feat: implement bridge-agnostic channel mapping keys 2025-08-01 16:20:21 +02:00
xmpp feat: add direct message testing to XMPP doctor command 2025-08-01 16:58:02 +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 feat: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +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: refactor channel mapping with structured parameters and shared channel integration 2025-08-01 19:10:40 +02:00
plugin_test.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00