hristoterezov
db6a1b3fa0
Implements publishing a conference in chat room (Merged from publish-conference branch).
12 years ago
Damian Minkov
d397840450
Indicates on mobile device per resource in the tooltip.
12 years ago
hristoterezov
a16097f5cd
Adds check for image size and content type for the image replacement of links. Adds "show preview" link next to the image link if the preview of the images is disabled. Patch provided by Marin Dzhigarov on dev mailing list (subject: "PATCH: Replacement of Image/Video links").
12 years ago
hristoterezov
4cd13a4a64
Implements private messaging chats.
12 years ago
Damian Minkov
901c3f43d2
Adds an option when using proxies to forward DNS traffic to an address, useful for Tor users to avoid DNS leak.
12 years ago
Damian Minkov
6a21b7ef24
Fixes history button in chat window to work and with chat rooms.
12 years ago
Damian Minkov
b330917676
Adds message when otr session is enabled whether chat logging history is on or off and an option to open menu to change this settings.
12 years ago
Damian Minkov
a9cd74ac92
Adds button in chat window to easily enable/disable chat history logging.
12 years ago
hristoterezov
5bb698e456
Adds "set subject" checkbox and subject text field to the chat room nickname dialog. If the subject checkbox is checked the subject of the room will be changed when the user join the chat room.
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
302a49f784
Removes chatroom authentication window and uses the default one.
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
58444fe1e5
Adds chat room password to saved passwords form.
12 years ago
Ingo Bauersachs
d31b9ee581
Show the error message from the server on an account creation attempt
12 years ago
Damian Minkov
a1b0335bb3
Updates chat room configuration button on local user role change.
12 years ago
Damian Minkov
6f4ca47396
Adds some tooltips to buttons in chat rooms window.
12 years ago
hristoterezov
818ace92b4
Adds functionality to save passwords and nicknames for chat rooms.
12 years ago
hristoterezov
e278630c4d
Fixes issue with error COIN packets. If error COIN packet is recieved it isn't handled as normal COIN packet anymore, jitsi only displays systray popup message with the error, logs the error and displays error text in the peer panel.
12 years ago
Lyubomir Marinov
328f9b587c
Adds user interface to control the H.264 encoder's use of Periodic Intra Refresh and maximum interval between keyframes.
13 years ago
hristoterezov
e7467d8a84
Adds new methods to AlertUIServiceImpl that show a notification popup. If the popup is clicked an error dialog is shown. CallManger uses the new methods to show an error if enabling the local video fails.
13 years ago
Richard Whitehouse
135eccfefa
Add resource string for no conferencing account available message
13 years ago
Ingo Bauersachs
e1aec3707f
Change install new version warning as suggested by David Bolton on dev
13 years ago
Yana Stamcheva
59dc2fc9f5
Renames the Options menu in MacOSX systray to Preferences to ensure conformity.
13 years ago
Damian Minkov
dc4730bff4
Adds h264 high profile and its configuration entry.
13 years ago
Ingo Bauersachs
e65b7c8f54
Add ContactSource plugin for Thunderbird
13 years ago
Boris Grozev
5ffef82d0f
Adds an option to set the video bitrate. Patches provided by Benoît Laniel on the dev@ mailing list (under the subject of '[PATCH] Set default max video bandwidth to 128')
13 years ago
Yana Stamcheva
77b1249b45
Adds "push to talk" functionality. The default shortcut for push to talk is "Shift Ctrl/Meta T". Native global shortcuts are now committed only for Mac. Windows and Linux coming soon. Patch provided by Hristo Terezov on dev (March 25, 2013, subject: "Re: [jitsi-dev] [PATCH] Push to talk"). Additionally this commit also removes the ppc command from the globalshortcut target.
13 years ago
Vincent Lucas
a1e648c6ef
Adds a minimal duration for RTP DTMF tones. This minimal duration can be configured by provisioning with the net.java.sip.communicator.service.protocol.minimalRtpDtmfToneDuration property, or by setting it in the account preferences.
13 years ago
Ingo Bauersachs
012f43d028
Rename remaining localized Jabber names to XMPP
13 years ago
Damian Minkov
fd097c2eb2
Adds a warning dialog when trying to make an audio call with no audio device or no codecs enabled.
13 years ago
Emil Ivov
90d22ce041
Renames Opus sampling rare config param text box from 'Audio bandwidth' to 'Sampling rate' to avoid confusion with bitrate.
13 years ago
Damian Minkov
46bcbd306e
Dispatches video contact details. Uses voice as default number detail, if no type is available. Use position index in MetaContactRightButtonMenu.
13 years ago
Yana Stamcheva
8b6b45aa53
Extends contact source apis to support editable contact sources. Fixes internationalization issues with contact source details. Adds additional categories and sub-categories of contact details.
13 years ago
Ingo Bauersachs
b05f89fbae
Update links to use SSL and copyright to 2013
13 years ago
Damian Minkov
fad7b70203
Adds option to enable/disable task bar / dock alerts. Alert main window on incoming calls.
...
Adds recompiled linux binaries for junbound.
13 years ago
Damian Minkov
e8bf8578c1
Adds option to change h264 encoder presets.
13 years ago
Damian Minkov
23009ed6e7
Adds visualisation of the currently selected status message, and saves custom status messages for later reuse.
13 years ago
Ingo Bauersachs
872293bf84
Localize forget password button
13 years ago
Vincent Lucas
55db5abf69
Adds a message in the audio configuration dialog, to inform the user that the none audio system is currently selected, only because there is no available audio device.
13 years ago
Boris Grozev
c8b1aff23f
Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
13 years ago
Vincent Lucas
f3df7dc1f6
Adds pop-up notifications for new video selected device.
13 years ago
Vincent Lucas
de80427e32
Adds the device name and its state (connected or disconnected) for the "Device configuration has changed" pop-up notification. Adds a "New selected device" pop-up notification when the selected audio device has changed (for audio in, audio out and notifications).
13 years ago
Ingo Bauersachs
aad6f7cb26
Add certificate revocation checking options to TLS configuration panel
13 years ago
Yana Stamcheva
a7f88957c6
Fixes error message when create call fails.
13 years ago
Emil Ivov
a626039f66
Modifies the Voicemail notifications GUI so that it would also display the number of urgent voicemail messages. Patch by Tom Denham
13 years ago
Damian Minkov
773e1fa6f8
Adds support for protocol providers without wizards. Patch contributed by Tom Denham.
13 years ago
Boris Grozev
1e7e76e755
Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
13 years ago
Boris Grozev
e21c425aac
Adds a missing resource property. Patch contributed by Tom Denham.
13 years ago
Damian Minkov
3b3ff4a92f
Adds hotplug to portaudio wmme host api, also fixes a NPE that can prevent device change updates.
13 years ago
Yana Stamcheva
4424990017
Adds a separate video bridge menu in Tools and adds an OperationSetVideBridge that gives access to the video bridge conference calls.
13 years ago
Vincent Lucas
81c971944b
Adds a notification popup when the audio device configuration has changed.
13 years ago
Boris Grozev
1f0a4b1a65
Adds the number of packets discarded by the FMJ packet queue to the "call info" window and to the logs at the end of a call.
13 years ago
Boris Grozev
276d33addb
Implements a mechanism that allows JMF Controls registered in the codec implementations to be accessed in MediaStream. Adds a FECDecoderControl interface and uses it to collect FEC statistics in MediaStreamStatsImpl. Adds a "Packets decoded with FEC" line in the call info window.
13 years ago
Damian Minkov
5cb8ad46a8
Adds more options to sound notifications and their config. Sound notifications now can use playback, notification or pc speaker device.
13 years ago
Boris Grozev
6c376df438
Renames SILK-related properties.
13 years ago
Boris Grozev
bdf1793fd2
Adds an option to explicitly advertise FEC support for SILK in SDP.
13 years ago
Vincent Lucas
22ffe0448b
Improves harvesting time stats for call info frame. Updates Ice4j to r343: Improves harvesting time stats: 1) number of harvests and 2) total harvesting time for each harvesters.
13 years ago
Boris Grozev
19d2276dd4
Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration and MediaConfigurationImpl.
13 years ago
Damian Minkov
4247259805
Fixes ice states strings in call info.
13 years ago
Vincent Lucas
8e594b7212
Adds total harvesting time to the call info frame. Updates Ice4j to r339: Adds extra function to export the total harvesting time.
13 years ago
Damian Minkov
0110981ab4
Fixes resource missing apostrophe.
13 years ago
Vincent Lucas
07595ca31c
Adds XMPP GUI configuration the ability to disable Jingle (audio and video calls with XMPP).
13 years ago
Vincent Lucas
d67e969a0a
Improves call info frame to show the ICE harvesting time if available. Updates Ice4j to r338: Adds extra function to export harvesting time.
13 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
13 years ago
Vincent Lucas
ceb334e6ba
Adds CallInfoFrame information about host/reflexive/relayed addresses if ICE is used. Updates Ice4j to r337: Adds functions to get the host/reflexive/relayed address of the selected candidate pair.
13 years ago
Vincent Lucas
03f2e135ba
Updates GUI general preferences checkbox text concerning alphabetical to number character convertion for phone numbers.
13 years ago
Vincent Lucas
1630576457
Adds a checkbox in the GUI general preferences to accept dialed string with alphabetical characters as phone number.
13 years ago
Boris Grozev
ba8ad30931
Makes the "toggle video" button in the call window active only if we're ready to send video, and shows an appropriate tooltip otherwise. Same for the desktop sharing button.
13 years ago
Yana Stamcheva
b9585be3d1
Activates the simple chat skin, until we fix memory problems with the current chat theme.
13 years ago
Damian Minkov
d79dcf7ec4
Fixes some messages using apostrophe and parameters. Fixes an inaccurate message used in OTR. Contributed by Alexandros Papadopoulos.
13 years ago
Yana Stamcheva
ee908cba05
Adds phonenumbers and search to transfer and conference invite dialogs. Improves the chat invite dialog by adding a search field on the top of the source contact list.
13 years ago
Emil Ivov
d8f2441317
Applies a patch from Boris Grozev that allows setting different codec configurations to different accounts. It is now possible to set entirely different codec preference for every account.
13 years ago
Emil Ivov
e2c6718d5b
Applies a patch from Boris Grozev that Adds a password strength meter to XMPP password changes and improves the feature in other ways.
13 years ago
Damian Minkov
8ecc482d92
Renames voicemail alias uri label to voicemail subscription uri.
13 years ago
Damian Minkov
9049a68efe
Renames auto answer menu.
13 years ago
Vincent Lucas
2836fe726f
Improves SIP and XMPP configuration interface to choose the priority between ZRTP and SDes.
13 years ago
Emil Ivov
c6016b808c
Minor string correction
13 years ago
Emil Ivov
ab1a357d8c
Adds password modification from within Jitsi for XMPP accounts that allow it. Contributed by Boris Grozev.
13 years ago
Vincent Lucas
a45b6e0940
Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android).
13 years ago
Yana Stamcheva
501fe9d6a2
Fixes "Remove contact" message when the account is not logged in.
13 years ago
Yana Stamcheva
114f31268c
Fixes "Add contact" dialog message when account is not connected. Reported by Alexandros Papadopoulos.
13 years ago
Ingo Bauersachs
8f6718fbd3
Change DNSSEC warning message to reflect independent causes
14 years ago
Yana Stamcheva
2a5e9c4895
Adds last message correction functionality. Implementation provided by Ivan Vergiliev.
14 years ago
Damian Minkov
ea140320c0
Adds is server overridden checkbox in jabber account wizard.
14 years ago
Damian Minkov
8d86192d77
Shows error dialog if provisioning failed and is mandatory.
14 years ago
Vincent Lucas
266d1c2e80
Adds RTT statistic to call information frame.
14 years ago
Vincent Lucas
b7df011c28
Adds answer video call with video functionality.
14 years ago
Vincent Lucas
eae129a72c
Adds an "answer/hangup" call global key shortcut. Modifies the "hangup" global
...
key shortcut behavior.
The answer/hangup shortcut:
--------------------------
This shortcut may be helpful for headsets with a single button for answering or
hanging up a call.
By default this shortcut is set to "Ctrl + Shift + p". When pressed:
1) If there is at least an incoming call, then Jitsi answers the first incoming
call.
2) If there is no incoming call, then Jitsi closes all active calls (An active
call is a call with at least one peer which is not on hold).
3) If there is no incoming call and no active call, then Jitsi closes all
remaining calls (which are all on hold).
New hangup shortcut behavior:
-----------------------------
The hangup global key shortcut behavior is modified as follow:
1) If there is at least an incoming call, then Jitsi closes the first incoming
call.
2) If there is no incoming call, then Jitsi closes all active calls (An active
call is a call with at least one peer which is not on hold).
3) If there is no incoming call and no active call, then Jitsi closes all
remaining calls (which are all on hold).
14 years ago
Damian Minkov
b48bf9721a
Delivers in chat room the reason of chat invite rejections.
14 years ago
Damian Minkov
c23c49c067
Detects remote file transfer reject.
14 years ago
Damian Minkov
51c7122a38
Localize some xcap error messages.
14 years ago
Vincent Lucas
d589925e2d
Adds video resolution to the call info frame.
14 years ago
Werner Dittmann
4f949485c7
Enhance ZID name feature to store AOR/JID.
...
Storing AOR/JID enables Jitsi to perform an automatic check if the
stored AOR/JID associated with a ZID matches the values of the
current call AOR/JID. In case of a mismatch Jitsi displays a popup
window to inform the user.
14 years ago
Damian Minkov
11526b8670
Updates display names when changed at server-side.
...
Auto accept authorizations if we have initiated adding of a contact.
14 years ago
Vincent Lucas
80f88f3d53
Renames label "Call transport" from CallInfoFrame to "Signalling call
...
transport".
14 years ago
Damian Minkov
4cb5d7107c
Adds ice states to call info.
...
Fixes a problem with creating two transport managers for jabber calls and slow creating of upnpharvester.
14 years ago
Damian Minkov
854b7ca187
Adds option to add voicemail check URI to use it for checking voicemail messages.
14 years ago
Werner Dittmann
eab1761eaf
Add ZID name feature.
...
The ZID name feature enables the user to associate a name for a ZRTP
identifier. The user can enter such a name only if the authentication string
(SAS) was compared and confirmed.
The popup dialog shows the current ZID name or is preset with the display
name of the called party in case no name was associated previously. The user
may change the name and store it with OK, pressing Cancel leaves the name
untouched.
14 years ago
Yana Stamcheva
4a382a532a
Fixes some security strings.
14 years ago