-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.04 KB
/
Copy pathDESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: mx.api
Type: Package
Title: Minimal Matrix Client-Server API
Version: 0.3.0
Date: 2026-06-10
Authors@R: c(
person("Troy", "Hernandez", role = c("aut", "cre"),
email = "troy@cornball.ai",
comment = c(ORCID = "0009-0005-4248-604X")),
person("cornball.ai", role = "cph"))
Description: A minimal-dependency client for the 'Matrix' Client-Server
HTTP API <https://spec.matrix.org/>, suitable for talking to a
'Synapse' <https://element-hq.github.io/synapse/> or 'Conduit'
<https://conduit.rs/> homeserver. Covers login, room management,
message send and history, media upload or download, and the
transport endpoints needed to coordinate end-to-end encryption
(device-key and one-time-key publication, key query and claim,
to-device events). Encryption itself is out of scope;
pair with a separate crypto package.
License: MIT + file LICENSE
URL: https://github.com/cornball-ai/mx.api
BugReports: https://github.com/cornball-ai/mx.api/issues
Imports: curl, jsonlite
Suggests: tinytest
Encoding: UTF-8