diff options
author | Kegsay <kegsay@gmail.com> | 2015-03-02 12:02:48 +0000 |
---|---|---|
committer | Kegsay <kegsay@gmail.com> | 2015-03-02 12:02:48 +0000 |
commit | 33f93d389ec5989f2e4ac75046e4df7df4590abc (patch) | |
tree | 8e4cc0565aaafe7b842b937f888f185dcab3a1e5 /CHANGES.rst | |
parent | SYWEB-278 Don't allow rules with no rule_id. (diff) | |
parent | PEP8 (diff) | |
download | synapse-33f93d389ec5989f2e4ac75046e4df7df4590abc.tar.xz |
Merge pull request #92 from matrix-org/application-services-event-stream
Application services event stream support
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9e36f6232d..ecc30b4672 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changes in synapse vx.x.x (x-x-x) * Add support for registration fallback. This is a page hosted on the server which allows a user to register for an account, regardless of what client they are using (e.g. mobile devices). +* Application services can now poll on the CS API ``/events`` for their events, + by providing their application service ``access_token``. Changes in synapse v0.7.1 (2015-02-19) ====================================== |