Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes possible NPE calling getDisplayName on sip call peers that are already ↵ | Damian Minkov | 2011-08-04 | 3 | -19/+41 |
| | | | | disconnected. Make sure media is closed even if any of call peer listeners throw an exception. | ||||
* | Fixes some more chat room issues, among which: allows to set nickname for ↵ | Yana Stamcheva | 2011-08-03 | 6 | -65/+308 |
| | | | | rooms by right clicking the room name, no contact list displayed, not displaying history messages more than once. Patch provided by Purvesh Sahoo. | ||||
* | Initialize the SIP display name through the account info operation set. | Yana Stamcheva | 2011-08-03 | 1 | -1/+7 |
| | |||||
* | Fixes NPE in xcap if for some reason sub-handling actions are missing from ↵ | Damian Minkov | 2011-08-03 | 1 | -1/+2 |
| | | | | rules xml. | ||||
* | Removes sip contacts which have removed us from theit contact list ↵ | Damian Minkov | 2011-08-02 | 1 | -3/+11 |
| | | | | (subscription terminated and deactivated) preventing subsequent authorization requests. | ||||
* | Fixes ambiguous properties with "sip" prefix in configuration file. | Yana Stamcheva | 2011-08-02 | 1 | -2/+16 |
| | |||||
* | Extends the authorization request process with the possibility to ↵ | Yana Stamcheva | 2011-08-01 | 5 | -103/+221 |
| | | | | automatically add the requesting contact to the contact list. | ||||
* | Fixes multiple authorization request windows when sip server re-sends ↵ | Damian Minkov | 2011-08-01 | 1 | -0/+5 |
| | | | | authorizations. | ||||
* | Fixes editable text in the initial sign up window. | Yana Stamcheva | 2011-08-01 | 1 | -0/+4 |
| | |||||
* | Reverts latest changes fixing build. | Damian Minkov | 2011-08-01 | 1 | -23/+1 |
| | |||||
* | Fixes starting auto away thread. | Damian Minkov | 2011-08-01 | 1 | -1/+23 |
| | |||||
* | Closes the initial add account window if a create account form is loaded. | Yana Stamcheva | 2011-07-31 | 1 | -0/+1 |
| | |||||
* | Enables spell check plugin and adds some improvements provided by Purvesh Sahoo. | Yana Stamcheva | 2011-07-27 | 12 | -274/+1410 |
| | |||||
* | Addresses a possible deadlock in video calls. | Lyubomir Marinov | 2011-07-26 | 12 | -185/+381 |
| | |||||
* | Takes into account the configuration property ↵ | Lyubomir Marinov | 2011-07-26 | 3 | -14/+69 |
| | | | | net.java.sip.communicator.service.protocol.MIN_MEDIA_PORT_NUMBER for the purposes of ICE. | ||||
* | Fixes the use of non predefined parameters in the provisioning uri. | Yana Stamcheva | 2011-07-25 | 1 | -34/+14 |
| | |||||
* | Fixes Jabber create account form. | Yana Stamcheva | 2011-07-25 | 1 | -33/+45 |
| | |||||
* | Fixes possible deadlock in RTPConnectorUDPInputStream. | Sebastien Vincent | 2011-07-21 | 1 | -8/+17 |
| | |||||
* | If an XMPP logged peer supports Google's Jingle/ICE dialect, choose it by ↵ | Sebastien Vincent | 2011-07-21 | 1 | -6/+6 |
| | | | | default for a call. | ||||
* | Restores the create Jabber account form and fixes some related issues. | Yana Stamcheva | 2011-07-20 | 14 | -525/+650 |
| | |||||
* | Fixes a bad instanceof check, reported by Werner Dittmann on mailing-list. | Sebastien Vincent | 2011-07-20 | 1 | -3/+2 |
| | |||||
* | Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP ↵ | Sebastien Vincent | 2011-07-20 | 46 | -666/+2280 |
| | | | | candidates. | ||||
* | Display the ZRTP mandatory algorithms in case no specific ZRTP configuration ↵ | Werner Dittmann | 2011-07-20 | 1 | -5/+5 |
| | | | | was saved | ||||
* | Moves ZRTP configurations panel in a "ZRTP Ninja" button thus making them ↵ | Yana Stamcheva | 2011-07-19 | 2 | -1/+80 |
| | | | | available only for advanced users. | ||||
* | Provides some chat room fixes and improvements including the /me command and ↵ | Yana Stamcheva | 2011-07-19 | 7 | -14/+364 |
| | | | | TAB key. | ||||
* | Makes sure that FMJ's JavaSoundCodec will not be utilized in the event that ↵ | Lyubomir Marinov | 2011-07-18 | 4 | -10/+11 |
| | | | | it appears on the classpath because it leads to a noticeable increase in the time taken to construct a filter graph. | ||||
* | Fixes a problem with hold and enabling audio if we were in mutually hold ↵ | Damian Minkov | 2011-07-18 | 3 | -3/+14 |
| | | | | status and putting it locally off hold. Fixes possible NPE in QualityPreset. | ||||
* | Various chatroom improvements: fixes NPE and multi selection issue, fixes ↵ | Damian Minkov | 2011-07-15 | 2 | -5/+8 |
| | | | | displaying and receiving messages from members with same username and different servers. | ||||
* | Fixes NPE when disconnects from jabber server. | Damian Minkov | 2011-07-13 | 3 | -2/+11 |
| | | | | | | Fixes joining/creating chatrooms using google accounts. Fixes an error parsing protocols in result records from NAPTR query. | ||||
* | Fixes a problem with jabber accounts with no saved password and asking for ↵ | Damian Minkov | 2011-07-12 | 3 | -0/+29 |
| | | | | | | password on calls. Fixes stopping too quickly under Macosx. | ||||
* | Shows SIP contact display name instead of SIP URI. Patch provided by Chris ↵ | Yana Stamcheva | 2011-07-07 | 4 | -11/+87 |
| | | | | Maciejewski on dev mailing list (subject: "[jitsi-dev] Re: Display Name instead of SIP URI") and extended to handle the case of typing notifications received before the real message. | ||||
* | Adds a setRegistration method in the SIP wizard, to be used by inheritors. | Yana Stamcheva | 2011-07-06 | 1 | -3/+15 |
| | |||||
* | Fixes showing display name in call dialog for outgoing sip calls. | Damian Minkov | 2011-07-06 | 1 | -3/+10 |
| | |||||
* | Shows display name along the address in call dialog and incoming call dialog. | Damian Minkov | 2011-07-06 | 3 | -28/+133 |
| | |||||
* | Fixes compilation with OpenJDK 1.6.0_18 and removes an unused import which ↵ | Sebastien Vincent | 2011-07-06 | 2 | -4/+2 |
| | | | | causes a warning. | ||||
* | Fixes exception when closing the instant message dialog in multi window mode. | Damian Minkov | 2011-07-05 | 1 | -19/+21 |
| | |||||
* | Fixes the addition of immageattr to all H.264 formats. | Lyubomir Marinov | 2011-07-05 | 7 | -60/+85 |
| | |||||
* | Fixes displaying and deleting voicemail URI when editing sip account. | Damian Minkov | 2011-07-04 | 3 | -0/+17 |
| | |||||
* | Adds listener for notifying for server stored account details. | Damian Minkov | 2011-07-04 | 11 | -10/+526 |
| | | | | SIP protocol gets its account display name from the OK responses to its register requests. | ||||
* | Removes advanced tabs in edit account form, when account advanced ↵ | Yana Stamcheva | 2011-07-04 | 6 | -32/+149 |
| | | | | configuration is disabled. | ||||
* | Makes advanced account interface configurable from provisioning. | Yana Stamcheva | 2011-07-01 | 3 | -8/+70 |
| | |||||
* | Adds a missing return and removes a few instance fields in the contact list ↵ | Lyubomir Marinov | 2011-06-30 | 16 | -212/+190 |
| | | | | UI, spares a few allocations in the history. | ||||
* | Renames the net.java.sip.communicator.impl.protocol.sip.CALL_DISABLED ↵ | Yana Stamcheva | 2011-06-30 | 1 | -3/+3 |
| | | | | property to net.java.sip.communicator.impl.protocol.sip.CALLING_DISABLED. | ||||
* | Fixes a deadlock in audio level functionality which used to freeze the user ↵ | Lyubomir Marinov | 2011-06-28 | 11 | -111/+236 |
| | | | | interface while leaving the rest of the application operating as expected (e.g. audio used to continue to be captured locally and sent to the remote peer and to be received from the remote peer and played back locally.) | ||||
* | Disables Jingle support when calling is disabled. | Yana Stamcheva | 2011-06-27 | 3 | -53/+68 |
| | | | | | | Fixes NullPointerException, caused by loading non account properties, during account load. Checks if the call still exists when a video property change is received in the gui. | ||||
* | Fixes the problem reported on the dev mailing list in the thread 'Error ↵ | Lyubomir Marinov | 2011-06-27 | 6 | -68/+125 |
| | | | | message in video call' by Conrad Beckert, re-enables packetization-mode=1 for H.264. | ||||
* | Fixes display name when adding contacts. | Damian Minkov | 2011-06-23 | 4 | -5/+6 |
| | | | | | Make Options default keep-alive method. | ||||
* | FIxes facebook and google talk accounts. | Yana Stamcheva | 2011-06-22 | 2 | -2/+3 |
| | | | | | Fixes NullPointerException when status message is null. Renames "On The Phone" status to "On the phone", in order to improve compatibility. | ||||
* | Adds languages resources for LDAP fields configuration tab. | Sebastien Vincent | 2011-06-22 | 1 | -8/+13 |
| | |||||
* | Adds on the phone status to jabber protocol. | Damian Minkov | 2011-06-22 | 2 | -2/+40 |
| |