aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes possible NPE calling getDisplayName on sip call peers that are already ↵Damian Minkov2011-08-043-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 Stamcheva2011-08-036-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 Stamcheva2011-08-031-1/+7
|
* Fixes NPE in xcap if for some reason sub-handling actions are missing from ↵Damian Minkov2011-08-031-1/+2
| | | | rules xml.
* Removes sip contacts which have removed us from theit contact list ↵Damian Minkov2011-08-021-3/+11
| | | | (subscription terminated and deactivated) preventing subsequent authorization requests.
* Fixes ambiguous properties with "sip" prefix in configuration file.Yana Stamcheva2011-08-021-2/+16
|
* Extends the authorization request process with the possibility to ↵Yana Stamcheva2011-08-015-103/+221
| | | | automatically add the requesting contact to the contact list.
* Fixes multiple authorization request windows when sip server re-sends ↵Damian Minkov2011-08-011-0/+5
| | | | authorizations.
* Fixes editable text in the initial sign up window.Yana Stamcheva2011-08-011-0/+4
|
* Reverts latest changes fixing build.Damian Minkov2011-08-011-23/+1
|
* Fixes starting auto away thread.Damian Minkov2011-08-011-1/+23
|
* Closes the initial add account window if a create account form is loaded.Yana Stamcheva2011-07-311-0/+1
|
* Enables spell check plugin and adds some improvements provided by Purvesh Sahoo.Yana Stamcheva2011-07-2712-274/+1410
|
* Addresses a possible deadlock in video calls.Lyubomir Marinov2011-07-2612-185/+381
|
* Takes into account the configuration property ↵Lyubomir Marinov2011-07-263-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 Stamcheva2011-07-251-34/+14
|
* Fixes Jabber create account form.Yana Stamcheva2011-07-251-33/+45
|
* Fixes possible deadlock in RTPConnectorUDPInputStream.Sebastien Vincent2011-07-211-8/+17
|
* If an XMPP logged peer supports Google's Jingle/ICE dialect, choose it by ↵Sebastien Vincent2011-07-211-6/+6
| | | | default for a call.
* Restores the create Jabber account form and fixes some related issues.Yana Stamcheva2011-07-2014-525/+650
|
* Fixes a bad instanceof check, reported by Werner Dittmann on mailing-list.Sebastien Vincent2011-07-201-3/+2
|
* Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP ↵Sebastien Vincent2011-07-2046-666/+2280
| | | | candidates.
* Display the ZRTP mandatory algorithms in case no specific ZRTP configuration ↵Werner Dittmann2011-07-201-5/+5
| | | | was saved
* Moves ZRTP configurations panel in a "ZRTP Ninja" button thus making them ↵Yana Stamcheva2011-07-192-1/+80
| | | | available only for advanced users.
* Provides some chat room fixes and improvements including the /me command and ↵Yana Stamcheva2011-07-197-14/+364
| | | | TAB key.
* Makes sure that FMJ's JavaSoundCodec will not be utilized in the event that ↵Lyubomir Marinov2011-07-184-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 Minkov2011-07-183-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 Minkov2011-07-152-5/+8
| | | | displaying and receiving messages from members with same username and different servers.
* Fixes NPE when disconnects from jabber server.Damian Minkov2011-07-133-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 Minkov2011-07-123-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 Stamcheva2011-07-074-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 Stamcheva2011-07-061-3/+15
|
* Fixes showing display name in call dialog for outgoing sip calls.Damian Minkov2011-07-061-3/+10
|
* Shows display name along the address in call dialog and incoming call dialog.Damian Minkov2011-07-063-28/+133
|
* Fixes compilation with OpenJDK 1.6.0_18 and removes an unused import which ↵Sebastien Vincent2011-07-062-4/+2
| | | | causes a warning.
* Fixes exception when closing the instant message dialog in multi window mode.Damian Minkov2011-07-051-19/+21
|
* Fixes the addition of immageattr to all H.264 formats.Lyubomir Marinov2011-07-057-60/+85
|
* Fixes displaying and deleting voicemail URI when editing sip account.Damian Minkov2011-07-043-0/+17
|
* Adds listener for notifying for server stored account details.Damian Minkov2011-07-0411-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 Stamcheva2011-07-046-32/+149
| | | | configuration is disabled.
* Makes advanced account interface configurable from provisioning. Yana Stamcheva2011-07-013-8/+70
|
* Adds a missing return and removes a few instance fields in the contact list ↵Lyubomir Marinov2011-06-3016-212/+190
| | | | UI, spares a few allocations in the history.
* Renames the net.java.sip.communicator.impl.protocol.sip.CALL_DISABLED ↵Yana Stamcheva2011-06-301-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 Marinov2011-06-2811-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 Stamcheva2011-06-273-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 Marinov2011-06-276-68/+125
| | | | message in video call' by Conrad Beckert, re-enables packetization-mode=1 for H.264.
* Fixes display name when adding contacts.Damian Minkov2011-06-234-5/+6
| | | | | Make Options default keep-alive method.
* FIxes facebook and google talk accounts.Yana Stamcheva2011-06-222-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 Vincent2011-06-221-8/+13
|
* Adds on the phone status to jabber protocol.Damian Minkov2011-06-222-2/+40
|