diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-20 10:29:16 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-20 10:29:16 +0100 |
commit | 2ffb0757727c2f4d829510c81e272dd4817bfe60 (patch) | |
tree | 4888648de1a32729195d22150b7ecc171511d7d1 /docs/client-server/howto.rst | |
parent | Only hit get_room_events_stream if we have a valid user_id (diff) | |
parent | File organisation sanity: put directives and filters into dedicated files (diff) | |
download | synapse-2ffb0757727c2f4d829510c81e272dd4817bfe60.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'docs/client-server/howto.rst')
-rw-r--r-- | docs/client-server/howto.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/client-server/howto.rst b/docs/client-server/howto.rst index 57a2d2424c..433277000d 100644 --- a/docs/client-server/howto.rst +++ b/docs/client-server/howto.rst @@ -23,6 +23,8 @@ Accounts Before you can send and receive messages, you must **register** for an account. If you already have an account, you must **login** into it. +**Try out the fiddle: http://jsfiddle.net/jrf1h02d/** + Registration ------------ The aim of registration is to get a user ID and access token which you will need @@ -76,7 +78,9 @@ Communicating ============= In order to communicate with another user, you must **create a room** with that -user and **send a message** to that room. +user and **send a message** to that room. + +**Try out the fiddle: http://jsfiddle.net/jnwqcshc/** Creating a room --------------- |