MatrixSynapse/webclient
Emmanuel ROHEE 95cbd026cc oops. Should not have c+p all lines 2014-08-29 18:29:04 +02:00
..
components better support for call hangups 2014-08-29 15:18:57 +01:00
home oops. Should not have c+p all lines 2014-08-29 18:29:04 +02:00
img
js
login
recents Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) 2014-08-29 09:55:47 +02:00
room Implemented /nick 2014-08-29 18:24:13 +02:00
settings Get user display name and avatar from the server rather than storing them in the local storage 2014-08-29 18:23:18 +02:00
user
README
app-controller.js Show desktop notification state. Provide help if the user has previously denied permission to display them. 2014-08-29 17:13:57 +02:00
app-directive.js
app-filter.js
app.css
app.js Merge branch 'voip' into develop 2014-08-29 11:33:36 +01:00
favicon.ico
index.html WIP voip support on web client 2014-08-27 18:57:54 +01:00

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/