Commit 0981a54
committed
feat: Add Matrix messenger support via HTTP API
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 d39657f commit 0981a54
File tree
3 files changed
+435
-1
lines changed- crates/rustyclaw-core
- src/messengers
3 files changed
+435
-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 | | |
| |||
0 commit comments