MatrixSynapse/webclient
Emmanuel ROHEE 0b5674ccc5 Do not start the event stream if the user is not logged in (=if he does not has an access token yet)
Add isUserLoggedIn to check this.
2014-08-18 10:44:29 +02:00
..
components Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
img
js
login
room
rooms
README
app-controller.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
app.css
app.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
favicon.ico
index.html

README

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/