summary refs log tree commit diff
path: root/docs/client-server
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-19 17:48:49 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-19 17:48:49 +0100
commitf4839ea042314ac1813d01884aa881e218864861 (patch)
tree958c2282ddf6e6828097fd8caec5ba9b783251d4 /docs/client-server
parentMore fiddles, more fun! (diff)
downloadsynapse-f4839ea042314ac1813d01884aa881e218864861.tar.xz
Add some static fiddles for now (will migrate to github paths eventually)
Diffstat (limited to 'docs/client-server')
-rw-r--r--docs/client-server/howto.rst6
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 ---------------