Creates initial version of xmpp module.

This commit is contained in:
hristoterezov
2015-01-19 11:20:00 +02:00
parent ee94eca733
commit e4e66a03d7
56 changed files with 8946 additions and 3385 deletions

View File

@@ -18,8 +18,8 @@
var commands =
{
displayName: UI.inputDisplayNameHandler,
muteAudio: toggleAudio,
muteVideo: toggleVideo,
muteAudio: UI.toggleAudio,
muteVideo: UI.toggleVideo,
toggleFilmStrip: UI.toggleFilmStrip,
toggleChat: UI.toggleChat,
toggleContactList: UI.toggleContactList