aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Expand)AuthorAgeFilesLines
...
* Tries to narrow detecting authentication failed errors and distinguish it fro...Damian Minkov2013-07-251-5/+6
* Fixes searching in contactlist without selecting search field not possible on...Damian Minkov2013-07-251-1/+1
* Fix NPE when a contact has no default contact or no presenceIngo Bauersachs2013-07-241-2/+16
* Moves typing notification label under message receive area, visible only in m...Damian Minkov2013-07-241-6/+19
* Fixes NPE when focusing multichat windows.Damian Minkov2013-07-241-1/+3
* Adds functionality to save passwords and nicknames for chat rooms.hristoterezov2013-07-248-34/+211
* Fixes some history searches where some files were skipped if the the start ti...Damian Minkov2013-07-241-68/+38
* Adds SimpleServiceActivator utility classpaweldomas2013-07-243-78/+126
* Adds default constructor to JabberAccountID in order to fix serialization err...paweldomas2013-07-231-0/+8
* Increases the height of the rows in the chat room list form.hristoterezov2013-07-231-0/+1
* Adds icon for chat rooms that were joined.hristoterezov2013-07-222-4/+14
* Reverts b7357da857bb6e2deda0f490df73f89445bca97e as it actuallyBoris Grozev2013-07-221-2/+1
* Don't try to send hole-punch packets to peers for which we use aBoris Grozev2013-07-221-1/+2
* Send Jingle remove-content when video is no longer needed in a Jingle sessionBoris Grozev2013-07-221-4/+4
* When closing a ColibriStreamConnector in a CallJabberImpl, remove the connectorBoris Grozev2013-07-221-0/+11
* Fixes receiving messages from contacts that are not from our contact list. Us...Damian Minkov2013-07-227-10/+55
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-222-30/+87
* Reverts changes from 6ef4e9713124d890f1f7f0d2ecd23d8848f16b81 commit.hristoterezov2013-07-192-84/+26
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-192-26/+84
* Fixes some NPE exceptions when clearing avatar images in UI.Damian Minkov2013-07-183-1/+22
* Fixes call buttons behaviour if provider info is missing and preferred protoc...Damian Minkov2013-07-181-0/+8
* Fixes ClassCastException on Android in AbstractSystrayService.paweldomas2013-07-181-0/+7
* When a ConferenceMember is removed from a conference with aBoris Grozev2013-07-181-0/+29
* Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires eventsBoris Grozev2013-07-179-8/+43
* Adds optional timeout to PopupMessageNotificationAction and PopupMessage.paweldomas2013-07-164-4/+69
* Updates getting the direction of a CallPeer for use in conference-info documentsBoris Grozev2013-07-165-36/+105
* Adds modification of Outlook display for home/work postal address. Corrects O...Vincent Lucas2013-07-153-58/+306
* Update the URL of the list of XMPP servers.Boris Grozev2013-07-151-1/+1
* Don't choke on internationalized strings ending in an ampersandBoris Grozev2013-07-151-5/+9
* Only send content-add to CallPeer's which are in state CONNECTED (we used to ...Boris Grozev2013-07-121-3/+13
* Adds volume to RFC4733 dtmf packets and handling of an account property to ch...Damian Minkov2013-07-124-298/+223
* Prevents ChatRoomMemberJabberImpl from setting nickname incorrectly.hristoterezov2013-07-121-4/+0
* Fix comparison of stringsBoris Grozev2013-07-121-1/+1
* Don't send COINs to peers with might not be ready to accept COINs yetBoris Grozev2013-07-111-0/+9
* Improves setting of attributes/elements in ConferenceInfoDocumentBoris Grozev2013-07-112-24/+50
* Adds optional use of RFC4575 partial notifications if theBoris Grozev2013-07-112-44/+223
* Uses the system default border instead of a lowered beveled border for the We...Lyubomir Marinov2013-07-111-1/+0
* Prevents more than one conference-info NOTIFY being sent to a single SIP Call...Boris Grozev2013-07-104-47/+93
* Handle RFC4575 partial notifications.Boris Grozev2013-07-102-12/+52
* Removes unnecessary log messages.hristoterezov2013-07-101-10/+0
* Fixes issue with error COIN packets. If error COIN packet is recieved it isn'...hristoterezov2013-07-1010-3/+208
* Refactor sending of RFC4575 NOTIFYs in order to avoid sending duplicatesBoris Grozev2013-07-102-65/+144
* Removes "ensureDefaultValuePresent" and getAccountProperty with Object signat...paweldomas2013-07-1017-121/+46
* Removes extra debug for Outlook address book plugin. Adds a thread collector ...Vincent Lucas2013-07-102-52/+201
* Restores the scroll bar(s) of the Web browser in the 'New version is availabl...Lyubomir Marinov2013-07-091-1/+1
* Adds isHidden and isPreferredProvider methods to AccountID.paweldomas2013-07-082-28/+36
* Ignore resource priority if it's null as well as emptyIngo Bauersachs2013-07-061-1/+3
* Make the OTR fingerprint selectableIngo Bauersachs2013-07-061-2/+5
* Corrects Outlook contact update identified by two different identifers.Vincent Lucas2013-07-052-5/+19
* Moves part that handles PopupMessageHandler OSGI services to abstract systray...paweldomas2013-07-043-142/+170