A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2022-10-16 17:14:05 +03:00
.github/workflows Update dependencies, minimum Go version and CI 2022-08-20 15:38:35 +03:00
appservice Specify table name in FindSharedRooms 2022-09-21 15:53:49 +03:00
bridge Check homeserver hungriness if software isn't standard 2022-10-10 16:29:12 +03:00
crypto Try to avoid race conditions in OTK upload when using MSC3202 2022-10-16 11:20:58 +03:00
event Make RelatesTo getters nil-safe 2022-10-08 16:54:14 +03:00
example treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
format Fix comment 2022-07-03 17:56:01 +03:00
id Run gofmt with Go 1.19 for godocs 2022-08-04 11:37:35 +03:00
pushrules Add more user agents 2022-10-10 10:30:24 +03:00
util Add utility sql connection type for litestream 2022-10-03 14:33:44 +03: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 Add go vet to pre-commit 2022-08-04 19:44:57 +03:00
CHANGELOG.md Bump version to v0.12.2 2022-10-16 17:14:05 +03:00
client.go Pass filename in query to upload complete endpoint (#94) 2022-10-12 11:51:22 +01:00
client_internal_test.go Retry on 429s from Matrix server 2021-11-12 14:56:05 -08:00
error.go Add M_UNRECOGNIZED variable 2022-10-15 13:30:54 +03:00
filter.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
go.mod Update dependencies 2022-10-15 13:57:37 +03:00
go.sum Update dependencies 2022-10-15 13:57:37 +03:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md Update godoc badge 2022-08-04 11:59:38 +03:00
requests.go Add BeeperAutoJoinInvites field to m.room.create 2022-10-10 15:54:06 +03:00
responses.go Add RegisterAvailable wrapper with error handling example 2022-10-11 22:32:57 +03:00
responses_test.go Fix bug 2022-08-04 15:03:05 +03:00
room.go Add method to get full room state 2021-09-30 16:05:56 +03:00
store.go Run gofmt with Go 1.19 for godocs 2022-08-04 11:37:35 +03:00
sync.go Dispatch to-device events when handling sync response 2022-08-15 17:14:38 +03:00
url.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
url_test.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
version.go Bump version to v0.12.2 2022-10-16 17:14:05 +03:00
versions.go Add constant for spec v1.4 2022-10-10 16:22:39 +03:00
versions_test.go Parse spec version numbers in /versions response 2022-05-06 14:31:38 +03: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: