Change default --match-from to all @cheogram.com JIDs #9

Closed
jason wants to merge 0 commits from jch/cheogram-any-jid into main
Owner
  • Problem: The default --match-from pattern (^\+[0-9]+@cheogram\.com$) only matched phone-number JIDs like +1234@cheogram.com. Third-party services sending messages from other address formats (e.g. 386732;phone-context=...@cheogram.com) were silently dropped by the bridge.

  • Fix: Changed the default pattern to ^.+\@cheogram\.com$ — any JID ending in @cheogram.com with at least one character before the @. This routes all Cheogram-originated XMPP messages through the bridge.

  • Unchanged: The --match-from CLI flag still allows overriding this default if needed.

* **Problem:** The default `--match-from` pattern (`^\+[0-9]+@cheogram\.com$`) only matched phone-number JIDs like `+1234@cheogram.com`. Third-party services sending messages from other address formats (e.g. `386732;phone-context=...@cheogram.com`) were silently dropped by the bridge. * **Fix:** Changed the default pattern to `^.+\@cheogram\.com$` — any JID ending in `@cheogram.com` with at least one character before the `@`. This routes all Cheogram-originated XMPP messages through the bridge. * **Unchanged:** The `--match-from` CLI flag still allows overriding this default if needed.
jason closed this pull request 2026-07-11 20:26:46 -04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jason/xmpp-email-bridge!9
No description provided.