|
|
|
|
|
by Gigachad
1615 days ago
|
|
I was impressed at how easy it is to work with the matrix protocol. While playing around I was doing it all interactively in bash using curl. Want to read the latest messages? Curl the sync url. Want to send a new message? Post a small json object. It’s actually easier to use by hand than IRC which requires holding an open connection and quickly responding to pings. It becomes a little harder when end to end encryption is on but you just import the library they supply for almost every language and then e2e becomes transparent. |
|
I tried to hack E2EE in by using Pantalaimon [0] but running that on a server with the necessary management capabilities is very tricky and doesn't do cross signing, so I've come to the conclusion that it's effectively useless for my use cases.
Every now and then I check back on the current state of E2EE in libraries and it does seem to be improving. Hopefully the entire process becomes easier next time I get the time to work on my proof of concept code.
[0]: https://github.com/matrix-org/pantalaimon