Commit 05b5153
authored
feat: Add Matrix messenger support via HTTP API (#119)
Implements MatrixCliMessenger using direct Matrix Client-Server API calls.
No external CLI dependency - just REST calls to homeserver endpoints.
Features:
- Password and access token authentication
- Send/receive messages via /sync
- Room alias resolution
- E2EE-compatible (delegates crypto to homeserver)
- Configurable sync timeout and filters
Part of tier 1 CLI-based messenger support (#115)1 parent c97e638 commit 05b5153
File tree
3 files changed
+436
-1
lines changed- crates/rustyclaw-core
- src/messengers
3 files changed
+436
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments