Synapse: Matrix reference homeserver http://matrix.org
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 달 전 | |
|---|---|---|
| .buildkite | 5 달 전 | |
| .github | 3 달 전 | |
| changelog.d | 3 달 전 | |
| contrib | 3 달 전 | |
| debian | 3 달 전 | |
| demo | 6 달 전 | |
| docker | 3 달 전 | |
| docs | 3 달 전 | |
| scripts | 3 달 전 | |
| scripts-dev | 3 달 전 | |
| snap | 2 년 전 | |
| stubs | 6 달 전 | |
| synapse | 3 달 전 | |
| synmark | 6 달 전 | |
| tests | 3 달 전 | |
| .codecov.yml | 2 년 전 | |
| .coveragerc | 2 년 전 | |
| .dockerignore | 2 년 전 | |
| .editorconfig | 3 년 전 | |
| .git-blame-ignore-revs | 7 달 전 | |
| .gitignore | 4 달 전 | |
| AUTHORS.rst | 2 년 전 | |
| CHANGES.md | 3 달 전 | |
| CONTRIBUTING.md | 4 달 전 | |
| INSTALL.md | 3 달 전 | |
| LICENSE | 7 년 전 | |
| MANIFEST.in | 4 달 전 | |
| README.rst | 3 달 전 | |
| UPGRADE.rst | 3 달 전 | |
| book.toml | 4 달 전 | |
| mypy.ini | 3 달 전 | |
| pylint.cfg | 7 년 전 | |
| pyproject.toml | 6 달 전 | |
| setup.cfg | 6 달 전 | |
| setup.py | 4 달 전 | |
| synctl | 5 달 전 | |
| sytest-blacklist | 3 달 전 | |
| test_postgresql.sh | 7 달 전 | |
| tox.ini | 5 달 전 | |
README.rst
=========================================================
Synapse |support| |development| |license| |pypi| |python|
=========================================================
.. contents::
Introduction
============
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:
- Everything in Matrix happens in a room. Rooms are distributed and do not
exist on any single server. Rooms can be located using convenience aliases
like ``#matrix:matrix.org`` or ``#test:localhost:8448``.
- Matrix user IDs look like ``@matthew:matrix.org`` (although in the future
you will normally refer to yourself and others using a third party identifier
(3PID): email address, phone number, etc rather than manipulating Matrix user IDs)
The overall architecture is::
client <----> homeserver <=====================> homeserver <----> client
https://somewhere.org/_matrix https://elsewhere.net/_matrix
``#matrix:matrix.org