mattermost-plugin-bridge-xmpp/server/bridge
Felipe Martin 11a32afc53
refactor: improve XMPP client/bridge architecture separation
- Move protocol normalization methods to XMPP client (ExtractChannelID, ExtractUserInfo, ExtractMessageBody)
- Replace message channel aggregation with direct handler delegation pattern
- XMPP client now focuses purely on protocol concerns (connection, deduplication, normalization)
- XMPP bridge handles business logic (BridgeMessage creation, routing)
- Add SourceRemoteID field to BridgeMessage for better message tracking
- Remove unused message channel infrastructure in favor of mux.MessageHandlerFunc pattern

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 12:31:28 +02:00
..
mattermost feat: implement remote user creation for Mattermost bridge 2025-08-06 12:29:55 +02:00
xmpp refactor: improve XMPP client/bridge architecture separation 2025-08-06 12:31:28 +02:00
manager.go chore: register bridge id 2025-08-06 08:36:51 +02:00
messagebus.go refactor: standardize bridge-agnostic terminology and remove unused kvstore functions 2025-08-05 12:33:19 +02:00
user.go feat: implement comprehensive bridge-agnostic user management system 2025-08-04 17:50:44 +02:00