mattermost-plugin-bridge-xmpp/server
Felipe Martin a95ca8fb76
feat: implement comprehensive room validation and admin-only command access
- Add RoomExists and GetRoomMapping methods to Bridge interface
- Implement XMPP room existence checking using disco#info queries (XEP-0030)
- Add room validation in BridgeManager to prevent duplicate mappings and invalid rooms
- Enhance XMPP client with CheckRoomExists method and comprehensive logging
- Implement admin-only access control for all bridge commands
- Add user-friendly error messages with actionable troubleshooting steps
- Update doctor command with room existence testing and pre-join validation
- Add SimpleLogger implementation for standalone command usage

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 11:29:35 +02:00
..
bridge feat: implement comprehensive room validation and admin-only command access 2025-08-04 11:29:35 +02:00
command feat: implement comprehensive room validation and admin-only command access 2025-08-04 11:29:35 +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 comprehensive room validation and admin-only command access 2025-08-04 11:29:35 +02:00
store/kvstore feat: implement bridge-agnostic channel mapping keys 2025-08-01 16:20:21 +02:00
xmpp feat: implement comprehensive room validation and admin-only command access 2025-08-04 11:29:35 +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 comprehensive room validation and admin-only command access 2025-08-04 11:29:35 +02:00
plugin_test.go Initial commit from mattermost-plugin-starter-template 2025-07-30 13:12:52 +02:00