Matrix
Android apps
- Schildi Chat
- SchildiChat Next
- Similarly to Element X, this SchildiChat Android rewrite should still be considered beta, as it lacks some functionality which one might expect from a fully-featured chat app, # compared to the old SchildiChat implementation.
- Faraday
- Polycule
- Official Element
- Official Element X
Bots
API
https://matrix.org/docs/guides/client-server-api
Get API token
- In the UI:
Settings/Help -
With curl:
curl -XPOST -d '{"type":"m.login.password", "user":"alertmanager-moewe", "password":".."}' "https://matrix.org/_matrix/client/r0/login"