mattermost-plugin-bridge-xmpp/server
Felipe Martin ea1711e94c
feat: implement OnSharedChannelsPing hook with active bridge health checking
- Add Ping() method to Bridge interface for active connectivity testing
- Implement XMPP ping using disco#info query to server domain (fast & reliable)
- Implement Mattermost bridge ping using GetServerVersion API call
- Add comprehensive OnSharedChannelsPing hook with proper error handling
- Replace timeout-prone IQ ping with proven disco#info approach
- Add detailed logging for monitoring and debugging ping operations
- Fix doctor command to use new Ping method instead of TestConnection
- Performance: XMPP ping now completes in ~4ms vs previous 5s timeout

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 16:42:59 +02:00
..
bridge feat: implement OnSharedChannelsPing hook with active bridge health checking 2025-08-04 16:42:59 +02:00
command feat: implement OnSharedChannelsPing hook with active bridge health checking 2025-08-04 16:42:59 +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 OnSharedChannelsPing hook with active bridge health checking 2025-08-04 16:42:59 +02:00
store/kvstore feat: implement bridge-agnostic channel mapping keys 2025-08-01 16:20:21 +02:00
xmpp feat: implement OnSharedChannelsPing hook with active bridge health checking 2025-08-04 16:42:59 +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
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 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