summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-02 14:27:35 +0100
committerErik Johnston <erik@matrix.org>2014-10-02 14:27:35 +0100
commit6860a18c12f9bedf59c70efca7ba2cda94f7b3dc (patch)
treea1e116d526a35aa8e34ffbab716ec9c958eec017
parentAlias lookups return a server list. (diff)
downloadsynapse-6860a18c12f9bedf59c70efca7ba2cda94f7b3dc.tar.xz
Be less alarmist about not using an ID server.
-rw-r--r--docs/specification.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/specification.rst b/docs/specification.rst
index e0609f7074..26a9c17d98 100644
--- a/docs/specification.rst
+++ b/docs/specification.rst
@@ -241,8 +241,8 @@ authentication of the 3PID.  Identity servers are also used to preserve the
 mapping indefinitely, by replicating the mappings across multiple ISes.
 
 Usage of an IS is not required in order for a client application to be part of
-the Matrix ecosystem. However, by not using an IS, discovery of users is
-greatly impacted.
+the Matrix ecosystem. However, without one clients will not be able to look up
+user IDs using 3PIDs.
 
 API Standards
 -------------