mattermost-plugin-bridge-xmpp/server
Felipe Martin d159c668c2
feat: implement production-ready MUC operations and comprehensive testing
- Implement proper XMPP MUC operations using mellium.im/xmpp/muc package
- Add session readiness checking to prevent blocking on room joins
- Create comprehensive bridge manager architecture with lifecycle management
- Add complete channel mapping functionality with KV store persistence
- Remove defensive logger nil checks as requested by user
- Enhance XMPP client doctor with MUC testing (join/wait/leave workflow)
- Add detailed dev server documentation for test room creation
- Implement timeout protection for all MUC operations
- Add proper error handling with fmt.Errorf instead of pkg/errors
- Successfully tested: MUC join in ~21ms, 5s wait, clean leave operation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 13:47:15 +02:00
..
bridge feat: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +02:00
command feat: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +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: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +02:00
store/kvstore feat: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +02:00
xmpp feat: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +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: implement production-ready MUC operations and comprehensive testing 2025-08-01 13:47:15 +02:00
plugin_test.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00