postmoogle/vendor/maunium.net/go/mautrix
2025-04-22 19:20:44 +03:00
..
crypto update deps 2025-04-22 19:20:44 +03:00
event update deps 2025-04-22 19:20:44 +03:00
format update deps 2025-04-22 19:20:44 +03:00
id update deps 2025-04-22 19:20:44 +03:00
pushrules update deps 2025-02-18 11:49:20 +02:00
sqlstatestore update deps 2025-02-18 11:49:20 +02:00
.editorconfig migrate to github 2024-08-20 22:56:56 +03:00
.gitignore enhanced automatic banning for invalid auth requests; update deps 2024-07-23 11:55:42 +03:00
.pre-commit-config.yaml update deps 2024-12-12 10:12:13 +02:00
CHANGELOG.md update deps 2025-04-22 19:20:44 +03:00
client.go update deps 2025-04-22 19:20:44 +03:00
error.go update deps 2025-04-22 19:20:44 +03:00
filter.go update deps 2025-02-18 11:49:20 +02:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
README.md enhanced automatic banning for invalid auth requests; update deps 2024-07-23 11:55:42 +03:00
requests.go update deps 2025-04-22 19:20:44 +03:00
responses.go update deps 2025-04-22 19:20:44 +03:00
room.go add vendoring 2022-11-16 12:08:51 +02:00
statestore.go update deps; restructure 2024-10-14 19:47:05 +03:00
sync.go update deps 2025-04-22 19:20:44 +03:00
syncstore.go refactor to mautrix 0.17.x; update deps 2024-02-11 20:47:04 +02:00
url.go update deps 2025-04-22 19:20:44 +03:00
version.go update deps 2025-04-22 19:20:44 +03:00
versions.go update deps 2025-04-22 19:20:44 +03: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