postmoogle/vendor/maunium.net/go/mautrix
2023-06-01 14:32:20 +00:00
..
crypto BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
event BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
format BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
id BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
pushrules BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
sqlstatestore BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
util BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00: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 BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
client.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
error.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00: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 BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
responses.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00: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 BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
syncstore.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
url.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
version.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00:00
versions.go BREAKING: update mautrix to 0.15.x 2023-06-01 14:32:20 +00: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: