- 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> |
||
|---|---|---|
| .. | ||
| bridge | ||
| command | ||
| config | ||
| logger | ||
| model | ||
| store/kvstore | ||
| xmpp | ||
| .gitignore | ||
| api.go | ||
| configuration.go | ||
| hooks_sharedchannels.go | ||
| job.go | ||
| main.go | ||
| plugin.go | ||
| plugin_test.go | ||