|
|
|
@ -289,8 +289,9 @@ An example request would be::
|
|
|
|
|
GET /_matrix/client/%CLIENT_MAJOR_VERSION%/account/whoami?user_id=@_irc_user:example.org
|
|
|
|
|
Authorization: Bearer YourApplicationServiceTokenHere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Timestamp massaging
|
|
|
|
|
.. TODO-TravisR: Temporarily take out timestamp massaging while we're releasing r0.
|
|
|
|
|
See https://github.com/matrix-org/matrix-doc/issues/1585
|
|
|
|
|
.. Timestamp massaging
|
|
|
|
|
+++++++++++++++++++
|
|
|
|
|
The application service may want to inject events at a certain time (reflecting
|
|
|
|
|
the time on the network they are tracking e.g. irc, xmpp). Application services
|
|
|
|
@ -310,6 +311,16 @@ Notes:
|
|
|
|
|
|
|
|
|
|
Content: The event to send, as per the Client-Server API.
|
|
|
|
|
|
|
|
|
|
Timestamp massaging
|
|
|
|
|
+++++++++++++++++++
|
|
|
|
|
|
|
|
|
|
Previous drafts of the Application Service API permitted application services
|
|
|
|
|
to alter the timestamp of their sent events by providing a ``ts`` query parameter
|
|
|
|
|
when sending an event. This API has been excluded from the first release due to
|
|
|
|
|
design concerns, however some servers may still support the feature. Please visit
|
|
|
|
|
`issue #1585 <https://github.com/matrix-org/matrix-doc/issues/1585>`_ for more
|
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
Server admin style permissions
|
|
|
|
|
++++++++++++++++++++++++++++++
|
|
|
|
|
|
|
|
|
|