2016-01-08 06:05:35 +01:00
|
|
|
Matrix is an ambitious new ecosystem for open federated Instant Messaging and
|
|
|
|
VoIP. The basics you need to know to get up and running are:
|
|
|
|
|
2016-05-19 12:44:11 +02:00
|
|
|
* Everything in Matrix happens in a room. Rooms are distributed and do not
|
|
|
|
exist on any single server. Rooms can be located using convenience
|
2016-01-08 06:05:35 +01:00
|
|
|
aliases like #matrix:matrix.org or #test:localhost:8448.
|
|
|
|
* Matrix user IDs look like @matthew:matrix.org (although in the future you
|
2016-05-19 12:44:11 +02:00
|
|
|
will normally refer to yourself and others using a 3PID: email address,
|
2016-01-08 06:05:35 +01:00
|
|
|
phone number, etc rather than manipulating Matrix user IDs)
|
|
|
|
|
|
|
|
Synapse is currently in rapid development, but as of version 0.5 we believe it
|
|
|
|
is sufficiently stable to be run as an internet-facing service for real usage!
|