(no title)
th0th | 1 year ago
1. The only stable and maintained implementation is "matrix-synapse" and it is written in Python.
2. The most commonly used client is "element", and it is governed by the same people. So it feels we are the mercy of a single company.
I wanted hard to go with a more established protocol like XMPP but failed to get a server running properly :)
nurple|1 year ago
0. https://prosody.im/
1. https://modules.prosody.im/mod_auth_dovecot
th0th|1 year ago
That IMAP auth trick is really awesome thinking BTW, kudos!
omnimus|1 year ago
If you want to selfhost just make it easy and get Conduit. Its single binary and uses embedded db (rocksdb or sqlite). I cant say about federation but for private chat server this has been solid for me for years. I still run it with sqlite (worse than rocksdb) and with 30 very active people its more responsive than Synapse ever was.
huijzer|1 year ago
zaik|1 year ago
th0th|1 year ago