mattermost-plugin-bridge-xmpp/server/model
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
..
bridge.go chore: register bridge id 2025-08-06 08:36:51 +02:00
message.go refactor: improve XMPP client/bridge architecture separation 2025-08-06 12:31:28 +02:00
strings.go feat: refactor channel mapping with structured parameters and shared channel integration 2025-08-01 19:10:40 +02:00