aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Collapse)AuthorAgeFilesLines
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-0/+90
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291043-129676/+1527
|
* Prevents us from adding duplicate dates in history window.Damian Minkov2012-06-292-24/+43
|
* Removes MuteDataSource and SourceCloneable interface implementation from the ↵Vincent Lucas2012-06-282-42/+49
| | | | imgstreaming.DataSource, but implements the javax.media.protocol.Controls.
* Adds status icon in front of auto answer items to easily detect when it is ↵Damian Minkov2012-06-285-45/+212
| | | | enabled.
* Fixes auto answer item icon when menu is disabled.Damian Minkov2012-06-271-2/+18
|
* Adds property to hide account status selectors and to disable adding auto ↵Damian Minkov2012-06-274-51/+305
| | | | answer items in separate menu, but add them in tools menu.
* Updates screen detection when region desktop sharing starts with an origin ↵Vincent Lucas2012-06-263-65/+29
| | | | outside the screen borders.
* Adds property to hide account selection when single option is available.Damian Minkov2012-06-264-7/+81
|
* Enables to move the desktop sharing region.Vincent Lucas2012-06-264-15/+74
|
* Fixes wrong menu item states, missing some configuration evaluation.Damian Minkov2012-06-261-4/+30
|
* Adds video conference interface enhancements.Yana Stamcheva2012-06-2535-589/+1411
|
* Improves call peer listener subscription for jabber desktop sharing server.Vincent Lucas2012-06-251-18/+15
|
* Adds more default values for sip account wizards, fixes some default values.Damian Minkov2012-06-253-1/+137
|
* Updates video max bandwidth default value.Damian Minkov2012-06-223-5/+15
| | | | Fixes unneeded proactive notifications shown when chat state is inactive. Fixes NPE.
* Sends status message with unavailable presence when logging off, this way ↵Damian Minkov2012-06-211-1/+16
| | | | the status will be available and when offline.
* Displays account display name if available.Damian Minkov2012-06-213-5/+14
|
* Stops flipping the local video display when dealing with a desktop sharing.Vincent Lucas2012-06-204-7/+53
|
* Fixes NPE.Damian Minkov2012-06-201-3/+5
|
* Improves updating away status.Damian Minkov2012-06-203-0/+44
|
* Commits an initial version of the libjitsi library which should be fully ↵Lyubomir Marinov2012-06-202-12/+27
| | | | functional with respect to neomedia/MediaService and should be usable with and without OSGi.
* Commits work in progress on libjitsi.Lyubomir Marinov2012-06-1939-544/+574
|
* Fixes handling away status after successful reconnection. Damian Minkov2012-06-195-52/+255
| | | | | Fixes a problem in reconnect plugin where several reconnects can happen, after several reconnection retries. Fixes reconnection after xmpp connection throws ConnectException or NoRouteToHostException.
* Adds XMPP remote control capability advertising and adds XMPP remote control ↵Vincent Lucas2012-06-199-171/+491
| | | | granted/revoked notification. Updates ice4j to svn revision #307: Corrects detection of STUN packets if the current UDP datagram has no PDU.
* Fixes a possible NullPointerException which could prevent the successful ↵Lyubomir Marinov2012-06-1913-111/+175
| | | | integration of Jitsi presence, IM and VoIP into MS Outlook.
* Move cipher detail information to call info frame.Werner Dittmann2012-06-194-16/+24
|
* Adds priority prefixes we search first while discovering jingle nodes, and ↵Damian Minkov2012-06-152-30/+365
| | | | adds option that stop searching on first found.
* Uses info retriever for retrieving contact avatar, to avoid possible ↵Damian Minkov2012-06-145-19/+50
| | | | | | duplicate VCard loads. Adds property to disable/enable searching buddies for jingle nodes, disabled by default.
* Corrects region desktop sharing if the frame goes outside the screen borders ↵Vincent Lucas2012-06-131-9/+48
| | | | (left, right, top and bottom).
* Adds a filter to event sound chooser dialog, in order to select only WAV files.Vincent Lucas2012-06-136-15/+141
|
* Corrects RTP adresses logged in pcap file by JingleNodes socket. Updates ↵Vincent Lucas2012-06-125-23/+94
| | | | ice4j library to revision #306: Corrects RTP adresses logged in pcap file. Adds an informational log when the RTP loss rate is > 5% (at most an entry each 5 seconds).
* Adds property to set global account display name.Damian Minkov2012-06-121-0/+20
|
* Modify text of security labels to include ciper information.Werner Dittmann2012-06-125-5/+36
| | | | | To retrieve the cipher information string add a getCipher method to the ZrtpControl and SecurityEventManager. The security labels display the cipher information as a second line below the status information.
* Commits work in progress on libjitsi.Lyubomir Marinov2012-06-1115-319/+418
|
* Updates ice4j library (revision #305): Corrects the received STUN packet ↵Vincent Lucas2012-06-081-3/+48
| | | | address logged in pcap file. And corrects the received/send STUN packet address logged in pcap file for JingleNodes.
* Shows audio configuration dialog instead of the whole configuration form ↵Damian Minkov2012-06-083-31/+195
| | | | | | when device change has been detected. Updates audio configuration combobox values while form is visible and devices change.
* Fixes focusing authentication window fields.Damian Minkov2012-06-071-7/+20
|
* Corrects custom GUI property names to respect Jitsi convention: prefix.DISABLED.Vincent Lucas2012-06-077-16/+16
|
* Adds properties to custom the GUI.Vincent Lucas2012-06-0717-231/+635
| | | | | Patch proposed by Vieri (JIRA new feature JITSI-1045).
* Adds a FIXME comment about a cause of leaking ExtendedTooltip instances i.e. ↵Lyubomir Marinov2012-06-061-2/+8
| | | | the tool tips shown while hovering with the mouse pointer over the contacts in the contact list.
* Fixes a leak of "Join chat room" dialogs.Lyubomir Marinov2012-06-066-76/+151
|
* Fixes a leak of "New Account" dialogs.Lyubomir Marinov2012-06-061-87/+78
|
* Fixes stopping local video on call that was answered as video call will stop ↵Damian Minkov2012-06-051-1/+1
| | | | and remote stream.
* Skips provisional response for sip presence operation set.Vincent Lucas2012-06-051-2/+8
|
* Uses the equivalent of Jitsi's 'On the phone' status in Microsoft ↵Lyubomir Marinov2012-06-043-66/+344
| | | | Office/Outlook.
* Replaces incorrect provisioning parameters, which do not correspond toVincent Lucas2012-06-042-19/+30
| | | | | "name=value": i.e. "name" is replaced by "name=".
* Adds an option to use additional phone numbers for video calls and desktop ↵Damian Minkov2012-06-043-86/+150
| | | | sharing.
* Supports vCard e-mail addresses when matching Microsoft Outlook contacts to ↵Lyubomir Marinov2012-06-041-6/+125
| | | | Jitsi contacts for IM and VoIP.
* Supports vCard e-mail addresses when matching Microsoft Outlook contacts to ↵Lyubomir Marinov2012-06-036-14/+361
| | | | Jitsi contacts for presence. The functionality is still to be implemented for the cases of IM and VoIP.
* Converts a few public API methods from "weakly" to "strongly" typed.Lyubomir Marinov2012-06-0312-46/+84
|