- Notifications
You must be signed in to change notification settings - Fork80
mautrix/go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Golang Matrix framework. Used bygomuks,go-neb,mautrix-whatsappand others.
Matrix room:#go:maunium.net
This project is based onmatrix-org/gomatrix.The original project is licensed underApache 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
About
A Golang Matrix framework.