- Replace channel mapping keys with bridge-agnostic pattern: channel_map_<bridge>_<identifier> - XMPP mappings now use: channel_map_mattermost_<channelID> → roomJID, channel_map_xmpp_<roomJID> → channelID - Update KV store constants with BuildChannelMapKey() and ExtractIdentifierFromChannelMapKey() - Make KV store completely bridge-agnostic for future Matrix/Discord/Slack bridge support - Fix getAllChannelMappings() to correctly read XMPP keys for room joining on startup - Scalable design supports N bridges with consistent naming 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 | ||
| job.go | ||
| main.go | ||
| plugin.go | ||
| plugin_test.go | ||