summary refs log tree commit diff
path: root/syweb/webclient/room (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't cache isWebRTCSupported because whether webRTC is supported might ↵David Baker2014-11-061-6/+6
| | | | change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension)
* Swap from using raw m.room.member events for room members to using actual ↵Kegan Dougal2014-11-061-2/+2
| | | | RoomMember objects, so User objects can be tacked on. Update tests.
* Use mRoomName on join notifications as well.Kegan Dougal2014-11-061-1/+1
|
* Move webclient to a python module so that it can be installedMark Haines2014-11-043-0/+1561