Commit Graph

935 Commits

Author SHA1 Message Date
fo d1c634abc2 Fixes active speaker avatar and active speaker audio level missmatch. 2014-12-12 11:32:16 +02:00
Lyubomir Marinov 4230aa1ff1 Renames a variable/field for the purposes of clarity. 2014-12-11 22:08:52 +02:00
Lyubomir Marinov ae4dafb06d Optionally automatically mutes the local video if it is not in any "last N". 2014-12-11 21:50:08 +02:00
paweldomas 4c95921b06 Does not reload the page when "focus left MUC" event is generated after we have left the MUC intentionally. 2014-12-11 19:14:46 +01:00
paweldomas 8068d4e810 Changes "browser is too old message" error message as it's not always related to the browser version. 2014-12-11 19:09:18 +01:00
George Politis e8779eeb18 Adds the user agent in the presence. 2014-12-11 13:02:45 +01:00
George Politis a1624138fe Disables the "Focus connected" notification. 2014-12-11 13:01:46 +01:00
fo 451d16a664 Fixes error when myroomjid is null. 2014-12-11 13:39:27 +02:00
fo b6a665e007 Adds audio levels for the active speaker avatar. 2014-12-10 15:10:54 +02:00
paweldomas e4154c055e Fixes handling of "bridgeIsDown" presence extension coming from focus participant. 2014-12-08 16:38:56 +01:00
paweldomas 28e41f6c7b Fixes broken room locking functionality. 2014-12-08 11:44:05 +01:00
paweldomas 3f15d5495d Sends JVB from config.js to the focus. 2014-12-08 09:24:23 +01:00
Mihail Diordiev 60e7482df1 Fixes chat messages
Fixes issue #177 and also show new lines
2014-12-08 00:41:05 +02:00
paweldomas 7f057377d0 Displays error message when focus component is not available. 2014-12-05 17:02:42 +01:00
paweldomas 933a41492e No longer requires focus component and focusUserJid to be configured in config.js(but they can still be overridden there). 2014-12-05 17:02:41 +01:00
paweldomas 1729f7e17e Recognizes focus user. Adds missing semicolons. 2014-12-05 17:02:40 +01:00
George Politis 3c96c91ca8 Bumps version numbers for changed js files. 2014-12-05 17:00:24 +01:00
George Politis cb8f57b3e3 Adds support for the openSctp and enableFirefoxHacks configuration params. 2014-12-05 16:49:22 +01:00
George Politis 5ba666de2e Restores broken config.displayJids functionality. 2014-12-05 16:49:21 +01:00
George Politis 66f7ddd6b2 Taking into account the fact that FF nightlies include the local SSRCs in the local SDP. 2014-12-05 16:49:21 +01:00
George Politis 79b7df28c1 Fixes undesirable falsy value in simulcast.js. 2014-12-05 16:49:21 +01:00
fo f0a4c08f26 Fixes bugs with thumbnails getting black when prezi is playing or etherpad is viewed. 2014-12-05 15:10:45 +02:00
paweldomas 36065b935c Old prosody config improvement - patch by Damian Minkov. 2014-12-05 14:04:15 +01:00
fo 27eecff826 Fixes the sizes of the avatars. 2014-12-05 10:56:34 +02:00
fo 8bb5994715 Fixes mixup between jid and resourceJid. 2014-12-04 18:04:17 +02:00
paweldomas 91c3c9ca83 Restarts jvb and jicofo on upgrade. 2014-12-04 12:40:13 +01:00
paweldomas 4b8eef0f3e Adds 'jicofo' to jitsi-meet-prosody Depends. 2014-12-04 12:31:41 +01:00
paweldomas 4776605dec Merge branch 'ssfocus' 2014-12-04 11:19:45 +01:00
Zalmoxisus 7b0be8e953 Prevent XSS injection using 'nick' on presence
Also allows special characters in displayName. Fixes issue #182.
2014-12-03 22:44:03 +02:00
George Politis 5af92474c3 Attempts to prevent ghost contacts from appearing in the contact list. 2014-12-03 12:47:44 +01:00
paweldomas f749bed1dd Adds jicofo debian package integration. 2014-12-02 20:11:54 +01:00
paweldomas e308025143 Merge branch 'master' into ssfocus
Conflicts:
	config.js
	libs/strophe/strophe.jingle.session.js
	rtp_sts.js
2014-12-02 20:09:24 +01:00
Damian Minkov 63dd6df217 Updates strophe to use a patch that handles only result and error responses when an iq is send (https://github.com/strophe/strophejs/pull/95). Fixes a problem with openfire sending us iq packages with id which we have already used. 2014-12-02 15:21:12 +02:00
Damian Minkov bb5d178220 Uses sendIQ method to send iq packets, this way the id attribute will be added. 2014-12-02 15:21:12 +02:00
hristoterezov edb89a65d5 Adds config property for enabling firefox support 2014-12-01 19:59:51 +02:00
hristoterezov e2058edfdd Merge branch 'master' into firefox
Conflicts:
	libs/colibri/colibri.focus.js
	videolayout.js
2014-12-01 14:12:04 +02:00
hristoterezov 6cf96c5d72 Fixes an issue with black thumbnails 2014-12-01 13:15:36 +02:00
hristoterezov abe3ef199f Fixes an issue with strange values of bitrate statistics. 2014-12-01 12:58:03 +02:00
Philipp Hancke 50b4f33207 Merge pull request #99 from jitsi/nackpli
add nack pli
2014-11-28 15:36:33 -08:00
Philipp Hancke 0663efe8cb Merge pull request #199 from jitsi/audioonly-again
try audio-only when GUM fails
2014-11-28 15:35:57 -08:00
hristoterezov 501c97b27c Implements firefox support for the rtp stats 2014-11-28 19:47:19 +02:00
George Politis d4a5b3cf2e Fixes typo in comments. 2014-11-28 17:06:36 +01:00
George Politis 37bb4b82ad Fixes issue introduced by 71e290a8ad.
simulcastlayerschanged/ing should run if lastN is disabled.
2014-11-28 17:00:16 +01:00
paweldomas b035bfc9aa Merge branch 'master' into ssfocus
Conflicts:
	index.html
	muc.js
	videolayout.js
2014-11-28 16:43:45 +01:00
paweldomas 6b968b1d14 Adds config options to the conference iq sent to the focus. 2014-11-28 16:31:01 +01:00
paweldomas f06f4cd1ba Fix setting the mute icon(written by Boris Grozev). 2014-11-28 16:25:01 +01:00
paweldomas b5ecdc8dee Sends peer connection stats to the focus(written by Boris Grozev). 2014-11-28 16:24:33 +01:00
paweldomas 7e90d73003 Saves PeerConnection statistics and prepares to send them over XMPP(written by Boris Grozev). 2014-11-28 16:23:57 +01:00
paweldomas 71b63cd0b3 Adds Pako (an implementation of zlib deflate). Written by Boris Grozev. 2014-11-28 16:23:17 +01:00
paweldomas 8f94ac8b09 Detects focus user in reliable way(through user real JID). Fixes kicked event when both 307 and 110 status codes are received in MUC presence. 2014-11-28 16:21:01 +01:00