-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.09 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
26
27
28
29
30
31
32
33
34
Package: mx.client
Type: Package
Title: Stateful Matrix Client Helpers
Version: 0.1.1
Date: 2026-06-13
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: Stateful helpers for building 'Matrix' (<https://matrix.org>)
chat clients in R. Builds on the low-level 'mx.api' Client-Server API
bindings, adding local configuration persistence, room resolution,
sync cursor handling, sync-event extraction, invite acceptance, a
conservative Markdown-to-HTML converter for formatted messages, and
'Olm'/'Megolm' end-to-end encryption orchestration over the optional
'mx.crypto' package.
License: Apache License (>= 2)
URL: https://github.com/cornball-ai/mx.client
BugReports: https://github.com/cornball-ai/mx.client/issues
Depends:
R (>= 4.0)
Imports:
jsonlite,
mx.api (>= 0.3.0),
stats,
tools,
utils
Suggests:
mx.crypto,
simplermarkdown,
tinytest
VignetteBuilder: simplermarkdown
Encoding: UTF-8