pallium
pallium copied to clipboard
A Go implementation of a matrix.org homeserver
go get github.com/KoFish/pallium responds with # github.com/KoFish/pallium/storage /opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:74: undefined: AssetDir /opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:80: undefined: Asset Is it missing an import?
"please see Matrix.org, the Matrix Specification" have wrong URL, leading to 404 at Github
The current implementation keeps the HTTP REST API tightly coupled with the API endpoints. If other transport protocols are to be implemented with pallium this needs to abstracted. Any processing...