Lyubomir Marinov
3b8328475a
Cleans up code, fixes javadocs, applies tiny optimizations.
12 years ago
Lyubomir Marinov
ef5607f85e
Formats the source code of the propertieseditor plugin according to our convention.
12 years ago
Lyubomir Marinov
6f01b31e24
Fixes a bug in OTR - ScOtrEngineImpl.contactsMap doesn't get cleaned up. (Marin Dzhigarov)
12 years ago
Damian Minkov
e9de32d9ce
Adds web page button, if contacts has web page detail, shows a button to open that page.
12 years ago
Lyubomir Marinov
b4c90af949
Implements an editor which allows the user to edit Jitsi's configuration properties from within the application. (Marin Dzhigarov)
12 years ago
Damian Minkov
9105fe7a21
Fixes a problem where history messages from chatroom are sometimes duplicated in the ui.
12 years ago
Damian Minkov
82d00a32fd
Fixes a problem where history messages from chatroom keep filling the history.
12 years ago
Damian Minkov
aa31156460
Uses server responses when sending messages to generate delivery reports for those messages.
12 years ago
hristoterezov
24983e118d
Adds synchronized to members property.
12 years ago
hristoterezov
687be4f5b2
Changes the configuration of the private chat room to be members-only and hidden.
12 years ago
Damian Minkov
0c8fca8d90
Fixes the status icon of chatroom when the room is opened for the first time.
12 years ago
Boris Grozev
256f63391b
Implements a workaround which fixes the number of channels
...
on Colibri payload-type elements with name="opus".
12 years ago
Boris Grozev
e87e7229a3
Updates libjitsi to a version which uses a 2-channel format
...
for the opus/rtp format. This breaks opus compatibility with older versions,
because older versions use a 1-channel format.
The change is necessary, because
the payload-rtp-opus draft mandates that 2 channels be advertised.
12 years ago
Damian Minkov
bc35024f7d
Fixes chatrooms stayed open in UI on connection failed of provider.
12 years ago
Damian Minkov
09bdb618ec
Trims chatroom name.
12 years ago
Damian Minkov
72b505bf39
Shows error message when providing password for chatroom fails.
12 years ago
Damian Minkov
302a49f784
Removes chatroom authentication window and uses the default one.
12 years ago
Boris Grozev
6f91a87594
Implements ChatRoom#announceConference for jabber. It works by sending a
...
ConferenceAnnouncementPacketExtension in a Presense packet to the MUC.
Makes ChatRoomJabberImpl monitor incoming Presense packets for such extensions.
12 years ago
Boris Grozev
937f1e8566
Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.
...
Adds a publishConference(ConferenceDescription) method to the ChatRoom
interface.
12 years ago
Boris Grozev
d5fad813b5
Fixes the choice of the MediaFormat to use for sending media when we accept a
...
jabber call. Prevents an issue where we would use a format which we did not
include in our "answer" (the session-accept), in case it is disabled in the
local configuration.
12 years ago
Damian Minkov
294d1af473
Updates tests, the one created the room is owner.
12 years ago
Damian Minkov
5758aab617
Updates chatroom members permissions retrieval.
12 years ago
Damian Minkov
415f7691cc
Do not create persistent chatrooms when inviting contacts to existing one to one chat.
12 years ago
Damian Minkov
2ffe1873bd
Fixes showing room configuration button and subject panel after inviting people to one to one chat.
12 years ago
Damian Minkov
fcedab72a1
Displays error message when we try to change our nickname to an existing one in the chatroom.
12 years ago
hristoterezov
8b10f5ac85
Updates the chat room guest icon.
12 years ago
ibauersachs
8969b08d9b
Commit from translate.jitsi.org by user ibauersachs.: 1465 of 1465 strings translated (0 fuzzy).
12 years ago
Marin Dzhigarov
4ccf32c738
Added support for OTR for SIP
12 years ago
Marin Dzhigarov
b2635ae0b6
Added supported op set on ProtocolProviderServiceSipImpl.java
12 years ago
paweldomas
897ba9887d
Makes OTR plugin operational on Android.
12 years ago
paweldomas
7920fac487
ScSessionID will not be compared properly in every Hashtable implementation since it's not "instance of" SessionID.
12 years ago
Damian Minkov
a0a2c927b6
Adds comparison like numbers of nightly build id part of the version.
12 years ago
Damian Minkov
9881e3c5cf
Fixed saving list of ids in multi user chat config form.
12 years ago
Damian Minkov
3b126e26b2
Fixes initial dispatching of xmpp multi chatrooms, fixes showing settings button.
12 years ago
Damian Minkov
81de72461a
Fixes smileys in multi chats.
12 years ago
Vincent Lucas
47d71e1a01
Increases log entry details when failing to get properties from an Outlook contact.
12 years ago
Vincent Lucas
c3e4622091
Corrects UTF strings modification for Outlook contacts.
12 years ago
Boris Grozev
e80acc4963
Fix an error in the last commit
12 years ago
Boris Grozev
186a6bc17b
Fixes processing of content-modify (a regress introduced in the previous
...
commit)
12 years ago
Boris Grozev
71b19959c5
Moves the 'senders' field from CallPeerMediaHandlerJabberImpl to
...
CallPeerJabberImpl. Minor fixes to comments, logging and sending error IQs.
12 years ago
Boris Grozev
99c02f9117
Fix the 'senders' set in content-add in case the device doesn't allow sending.
12 years ago
Boris Grozev
de279e4690
Only allow contacts from the same account as the videobridge to be invited into
...
videobridge conferences
12 years ago
Boris Grozev
e17ee10417
Fixes initialization of the 'hold' menu item.
12 years ago
Boris Grozev
9c84a3f8cb
Make sure that video content is added, if necessary, after a peer is put off hold.
12 years ago
Boris Grozev
4d870d6b21
Fixes a couple of NPEs
12 years ago
Boris Grozev
82d179512d
Fix an NPE if we try to generate conference-info for a CallPeer without a Call
12 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.
12 years ago
Lyubomir Marinov
ae733447fd
Modifies the DTMF sounds.
12 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).
12 years ago
hristoterezov
58444fe1e5
Adds chat room password to saved passwords form.
12 years ago