musiclink/vendor/maunium.net/go/mautrix
2026-01-21 22:42:18 -08:00
..
crypto Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
event Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
id Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
pushrules Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
.editorconfig Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
.gitignore Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
.pre-commit-config.yaml Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
CHANGELOG.md Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
client.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
error.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
filter.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
LICENSE Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
README.md Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
requests.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
responses.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
room.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
statestore.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
sync.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
syncstore.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
url.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
version.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00
versions.go Update vendor directory and flake hash 2026-01-21 22:42:18 -08:00

mautrix-go

GoDoc

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

Matrix room: #go: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)
  • High-level module for building puppeting bridges
  • High-level module for building chat clients
  • Wrapper functions for the Synapse admin API
  • Structs for parsing event content
  • Helpers for parsing and generating Matrix HTML
  • Helpers for handling push rules