136 Commits (9a5d2012d31cff2ff9d7a73cb28fbb1ff08308fb)

Author SHA1 Message Date
  Boris Grozev ff2b7ca921 Removes unused parameters, adds documentation. 10 years ago
  Boris Grozev ebdd91df4e Removes the sid property from MediaStream (how did we end up having a 10 years ago
  Boris Grozev 4934779187 Simplifies code, removes unused code. 10 years ago
  damencho f626c5fbc0 Adds null check for the connection when checking whether we have joined a muc. 10 years ago
  damencho 54b9379577 Fixes storing display name in local members list, avoid dominant speaker to delete it. 10 years ago
  Boris Grozev 62d3b749bb Adds config options to filter out TCP or UDP candidates (for the purpose 10 years ago
  Boris Grozev 745417be18 Tries to fix connecting after XMPP authentication is requested. 10 years ago
  Boris Grozev bd58e6c799 Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files. 10 years ago
  Boris Grozev 27c297c034 Fixes or ignores (explicidly, as much as possible) jshint warnings. 10 years ago
  Boris Grozev 09eaa0d303 Fix comparison warnings. 10 years ago
  Boris Grozev 68421465a7 Removes misleading documentation. Formatting fixes. 10 years ago
  Boris Grozev dc2b63fc60 Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables. 10 years ago
  damencho 6b94d3fe47 Stores info from last presence received for participant and dispatch it if any on creating remote streams to reflect video muted state. Race condition detected by tests where we miss presence info cause stream was not created when we receive presence packet. 10 years ago
  paweldomas 59b26fdf07 Uses SDPUtil filter special characters method through xmpp interface instead of importing it directly. 10 years ago
  paweldomas 51c23ae133 Re-use current connection's domain as ping destination instead of accessing config.hosts.domain directly. 10 years ago
  paweldomas 60d0279e08 Will use XEP-0199 ping for keep-alive only if it is supported by the server. 10 years ago
  paweldomas f559bd1ba4 CONNECTION_INTERRUPTED event will now be generated if we've ever been in stable state(we can go into "unstable" state after muting video and connection problems screen will not be displayed). 10 years ago
  paweldomas 9a77ddc54c Reacts to consecutive ping failures by closing the connection. 10 years ago
  paweldomas 2d4a5412c0 Meet pings Prosody 10 years ago
  paweldomas a7048fba06 Implements HTTP POST query for fetching app configuration. 10 years ago
  paweldomas c8bbded994 Removes accidentally committed debug message. 10 years ago
  Boris Grozev 502eab7278 Only update the "start muted" settings on precense from a moderator. 10 years ago
  Boris Grozev 332aafbe20 Documents some of the XMPP events. Renames some of them. 10 years ago
  Boris Grozev d5258e6197 Remove a double variable declaration. 10 years ago
  paweldomas 60afe2d202 Fixes issue with display name event not being fired on Safari/IE 10 years ago
  paweldomas 466e7dcc91 Fixes crash in LocalSSRCReplacement when null localDescription is passed. 10 years ago
  Boris Grozev f52b1380ee Continues to separate JingleSessionPC. 10 years ago
  Boris Grozev baf720c553 Starts to abstract JingleSession. 10 years ago
  Boris Grozev 6ca1e131af Renames JingleSession to JingleSessionPC. 10 years ago
  Boris Grozev 57b9aeb38c Inlines a method for clarity/simplicity. 10 years ago
  paweldomas fb875423a9 Fixes SSRC=1 issue. Renames VideoSSRCHack to LocalSSRCReplacement. 10 years ago
  paweldomas ab4c29eddc Fixes video mute in Firefox. Disables VideoSSRCHack for Firefox by default. 10 years ago
  paweldomas 95e964a089 Fixes bugs in VideoSSRCHack. Additional log messages. 10 years ago
  damencho 4092d67853 Updates use of recording states, add some information texts and notifications. 10 years ago
  paweldomas 74e7507a73 Re-uses SSRC of the first video stream created for any streams created in future. Does video mute and switching to the screen stream without 'source-add'/'source-remove' signaling. Moves video type signaling from Jingle to MUC presence. 10 years ago
  yanas ab570d63fa Fixes this reference. 10 years ago
  yanas 9d321df49e Adds javadoc for previous commit. 10 years ago
  yanas d92d8e8299 Some additional error handling. 10 years ago
  Boris Grozev 71229bdba9 Minor formatting fixes. 10 years ago
  Boris Grozev 84a8d00234 Renames functions for the sake of clarity. 10 years ago
  Boris Grozev ee95e99f57 Cleanup: removes an unused function. 10 years ago
  Boris Grozev be6d7af377 Cleanup: fixes to style, typos and documentation. 10 years ago
  paweldomas df932bb89f Fixes typo in variable name(and a crash on undefined). 10 years ago
  paweldomas 50e67a0658 Prevents from duplicating existing SSRCs with 'source-add' in remote description. 10 years ago
  bgrozev 5588bcd167 Updates another call to setMute(). 10 years ago
  Boris Grozev 79ac1e800f Verify full (and not bare) JID of the Jingle sender, since everyone in the MUC has the same bare JID. 10 years ago
  Boris Grozev b0c81985d4 Removes the useBundle and useRtcpMux options from config.js. These are 10 years ago
  Devin Wilson d44aed2c11 Remove duplicate handler 10 years ago
  Devin Wilson 156b218bfc Remove UI references from xmpp-related modules 10 years ago
  Boris Grozev 9206b470ef Re-orders a=ssrc lines before calling SRD (fixes SRD failures when rtx/FID groups are in use). 10 years ago