postmoogle/vendor/maunium.net/go/mautrix
2023-09-18 12:35:37 +03:00
..
crypto automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
event automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
format BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
id automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
pushrules updated deps 2023-06-16 16:29:28 +03:00
sqlstatestore automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
.editorconfig add vendoring 2022-11-16 12:08:51 +02:00
.gitignore BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
.pre-commit-config.yaml BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
CHANGELOG.md automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
client.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
error.go updated deps 2023-06-16 16:29:28 +03:00
filter.go add vendoring 2022-11-16 12:08:51 +02:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
README.md add vendoring 2022-11-16 12:08:51 +02:00
requests.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
responses.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
room.go add vendoring 2022-11-16 12:08:51 +02:00
statestore.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
sync.go updated deps 2023-06-16 16:29:28 +03:00
syncstore.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
url.go updated deps 2023-06-16 16:29:28 +03:00
version.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
versions.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +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: