A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2022-01-27 09:35:41 -07:00
.github/workflows Add sudo 2021-09-22 10:59:31 -04:00
appservice Add option to ignore cache in EnsureJoined 2022-01-17 15:32:25 +02:00
crypto Remove unused RawJSONFromResult and update sjson 2022-01-18 17:16:22 +02:00
event Add event type and content struct for moderation policy lists 2022-01-14 23:20:19 +02:00
example treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
format Remove extra newline after paragraphs 2021-08-17 01:28:14 +03:00
id Allow setting via parameter in RoomID.URI() 2021-12-24 17:52:53 +02:00
pushrules Run gofmt 2021-09-22 10:52:01 -04:00
util mimetypes: add CAF override 2022-01-12 15:12:36 -07:00
.editorconfig editorconfig: add 2021-11-16 10:37:13 -07:00
.gitignore Rename package 2018-10-08 01:22:27 +03:00
.pre-commit-config.yaml pre-commit: add configuration 2022-01-27 09:34:52 -07:00
client.go Add wrapper for /read_markers endpoint 2022-01-17 22:01:25 +02:00
error.go Merge branch 'master' into cross-sign 2020-10-27 00:38:52 +02:00
filter.go Overhaul event content representation 2020-04-19 03:23:27 +03:00
go.mod Remove unused RawJSONFromResult and update sjson 2022-01-18 17:16:22 +02:00
go.sum Remove unused RawJSONFromResult and update sjson 2022-01-18 17:16:22 +02:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md Update README.md 2020-09-15 16:40:22 +03:00
requests.go Add wrapper for /read_markers endpoint 2022-01-17 22:01:25 +02:00
responses.go Add /context API 2022-01-01 13:15:40 -05:00
room.go Add method to get full room state 2021-09-30 16:05:56 +03:00
store.go store: Add AccountDataStore 2020-12-26 14:39:06 +01:00
sync.go Make sure DefaultSyncer implements ExtensibleSyncer 2020-06-09 22:09:23 +03:00
version.go Bump version to v0.10.10 2022-01-16 20:08:37 +02:00

mautrix-go

GoDoc

A Golang Matrix framework. Used by gomuks, go-neb, mautrix-whatsapp and others.

Matrix room: #maunium:maunium.net

This project is based on matrix-org/gomatrix. The original project is licensed under Apache 2.0.

In addition to the basic client API features the original project has, this framework also has:

  • Appservice support (Intent API like mautrix-python, room state storage, etc)
  • End-to-end encryption support (incl. interactive SAS verification)
  • Structs for parsing event content
  • Helpers for parsing and generating Matrix HTML
  • Helpers for handling push rules

This project contains modules that are licensed under Apache 2.0: