Boris Grozev
71b19959c5
Moves the 'senders' field from CallPeerMediaHandlerJabberImpl to
...
CallPeerJabberImpl. Minor fixes to comments, logging and sending error IQs.
13 years ago
Boris Grozev
99c02f9117
Fix the 'senders' set in content-add in case the device doesn't allow sending.
13 years ago
Boris Grozev
de279e4690
Only allow contacts from the same account as the videobridge to be invited into
...
videobridge conferences
13 years ago
Boris Grozev
e17ee10417
Fixes initialization of the 'hold' menu item.
13 years ago
Boris Grozev
9c84a3f8cb
Make sure that video content is added, if necessary, after a peer is put off hold.
13 years ago
Boris Grozev
4d870d6b21
Fixes a couple of NPEs
13 years ago
Boris Grozev
82d179512d
Fix an NPE if we try to generate conference-info for a CallPeer without a Call
13 years ago
Boris Grozev
9dd68e2322
When a change in made from video from a camera to desktop streaming (or vice
...
versa) it is necessary to explicitly change the video device of the Call.
Otherwise, the Call's default device doesn't change. In OpSetVideoTelephony
this was done any time video is enabled/disabled, and this resulted in
unnecessary changes of the MediaStream device from one wrapper of the camera
device to another. This in turn sometimes led (for an unknown reason) to the
camera light being turned on when it is not used, and in some cases to a JVM
crash.
This commit resets the video device of a Call when its use case changes. This
avoids doing the same in OpSetVideoTelephony when video is enabled/disabled,
and assures that the device is changed with every change of the use case, and
only when the use case changes.
13 years ago
Lyubomir Marinov
ae733447fd
Modifies the DTMF sounds.
13 years ago
Lyubomir Marinov
c49ea38860
Fixes an issue with notification sounds which could prevent their entire or partial playback. Sorts the table depicting the notification configuration by description by default (and allows sorting by column in general).
13 years ago
hristoterezov
58444fe1e5
Adds chat room password to saved passwords form.
13 years ago
Lyubomir Marinov
10750b3efd
Removes a couple of System.out.println() uses.
13 years ago
Lyubomir Marinov
d82d7b43e5
Fixes issues with the switching between webcam and desktop streaming/sharing in (one-to-one, Jitsi-hosted conference and conferences utilizing the Jitsi VideoBridge server-side technology) video calls.
13 years ago
Boris Grozev
2ccb1feffa
Minor fixes to comments and logging.
13 years ago
Boris Grozev
04381605e6
Updates libjitsi.jar
13 years ago
Ingo Bauersachs
88014ce28e
Leave the UserID field enabled when it wasn't completely filled
13 years ago
Ingo Bauersachs
d31b9ee581
Show the error message from the server on an account creation attempt
13 years ago
Ingo Bauersachs
6a70e19f41
Don't sign in when the page did not commit
13 years ago
Ingo Bauersachs
96cef7219e
Don't fail while retrieving PP when the service is unregistered
13 years ago
Damian Minkov
51edd54df2
Fixes use of routing for video enabled property not evaluated in some checks.
13 years ago
Damian Minkov
f16c8cafdf
Fixes some swing components created and displayed outside event dispatch thread.
13 years ago
Damian Minkov
a1b0335bb3
Updates chat room configuration button on local user role change.
13 years ago
Damian Minkov
4fda65bcd9
Fixes issue with loading auto answer properties, reported by William Roush.
13 years ago
Boris Grozev
a1a3d55572
Updates libjitsi.jar
13 years ago
Vincent Lucas
2597be57a9
Merge branch 'master' of https://github.com/jitsi/jitsi
13 years ago
Ingo Bauersachs
3782d97036
Removes an exception that is caused by the Outlook presence plugin while the accounts are not connected/still in the connecting phase. (Author: Ingo Bauersachs)
13 years ago
paweldomas
b7270c7a14
Attempts to fix forgotten password problem on account reload.
13 years ago
Boris Grozev
e6dcd36fd5
Fixes an issue with the representation of the
...
local peer in conference-info documents.
13 years ago
Vincent Lucas
d7d5801d63
Improves resolving ids for Outlook contacts.
13 years ago
Lyubomir Marinov
625e21dd62
Fixes aspect ratio-related issues in desktop (and webcam) streaming.
13 years ago
Damian Minkov
dab33cdaa1
Fixes a problem where xmpp can trigger several reconnects on NoRouteToHostException.
13 years ago
paweldomas
d3afc1df8c
Clears reference to certificate dialog service on bundle stop.
13 years ago
Boris Grozev
478c51d6fa
Set the value of the jingle 'senders' field when processing session-accept
13 years ago
Ingo Bauersachs
37d2924428
Don't minimize new chat windows on Mac
13 years ago
Damian Minkov
b29a792544
Fixes joining room after latest modifications.
13 years ago
Damian Minkov
6f4ca47396
Adds some tooltips to buttons in chat rooms window.
13 years ago
Damian Minkov
2e8e92307f
Fixes initial state of buttons in go to chat room window.
13 years ago
Damian Minkov
77fecfeb4e
Fixes removing chat rooms from the go to chat room window.
13 years ago
Damian Minkov
4610fef1ed
Fixes chat room settings form UI (fixes background and removes unnecessary titles).
13 years ago
Damian Minkov
6f9177aa8f
Fixes configuring chatrooms, enables data forms provider used for changing rooms options in multichat.
13 years ago
Boris Grozev
0b9360e779
Fixes direction set when being put remotely on hold.
13 years ago
Boris Grozev
f8a79e2c3c
Set video direction to INACTIVE when using local hold, because currently we cannot mute video streams
13 years ago
Boris Grozev
ce0f4d86fb
Set stream directions to INACTIVE when using local hold in a conference.
13 years ago
Boris Grozev
d0a4297332
Handles local hold when a videobridge is in use
13 years ago
Boris Grozev
6ddb25fb8a
Uses INACTIVE media direction for peers which are remotely-on-hold in conferences
13 years ago
Damian Minkov
cffcfbbdd1
Adds border to divider of history pane and chat members in multichat window.
13 years ago
paweldomas
bc229eba1d
Tags all popup notifications coming from reconnect plugin.
13 years ago
Ingo Bauersachs
ac704e52ae
Open chat windows minimized when they should not get the focus
13 years ago
Ingo Bauersachs
91bd2b3f98
Avoid resetting the application icon on every validate
...
This is necessary to avoid overwriting the contact icon of chat windows
13 years ago
Ingo Bauersachs
f6992df6b8
Show OTR tooltip according to session status
13 years ago