MatrixSynapse/webclient
Emmanuel ROHEE b099634ba1 Reenabled handle of room states events in initialSync but do not add them to the displayed messages in the room page.
Show the m.room.member events only when they come from room.messages (from initialSync of pagination) not from room.state.
2014-09-10 14:36:30 +02:00
..
components Reenabled handle of room states events in initialSync but do not add them to the displayed messages in the room page. 2014-09-10 14:36:30 +02:00
home Display public room topics if they exist on the public room list. 2014-09-08 17:14:58 -07:00
img
js
login
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents When the user has been kicked or banned from a room, remove the room from his recents list 2014-09-09 16:31:50 +02:00
room Improved requests: pagination is done from the data received in initialSync 2014-09-10 12:01:00 +02:00
settings Added /join description 2014-09-08 18:25:56 +02:00
user
CAPTCHA_SETUP
README
app-controller.js Hangup call if user denies media access. 2014-09-09 18:21:03 +01:00
app-directive.js
app-filter.js
app.css CSS tweakage 2014-09-08 19:02:23 -07:00
app.js
favicon.ico
index.html Don't break if you press the hangup button before allowing media permission. 2014-09-09 17:52:01 +01:00
mobile.css

README

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

The web client should automatically run when running the home server. Alternatively, you can run
it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/