aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
Commit message (Expand)AuthorAgeFilesLines
* Adds PluginComponentFactory which is responsible for creating the PluginCompo...Damian Minkov2013-09-2426-456/+609
* Fixes changing chat transport icons and the icon of chat tabs when status cha...Damian Minkov2013-09-203-10/+37
* Moves some ui code to be executed in EDT.Damian Minkov2013-09-191-1/+13
* Displays account display name when listing accounts in chat room dialog.Damian Minkov2013-09-191-1/+1
* Fixes - create new jabber account with a custom port, issue #1117. Patch prov...Damian Minkov2013-09-181-3/+12
* Changes scrollable tabs forward/backward icons if new message is received and...Damian Minkov2013-09-182-6/+85
* Disables configuration of call recording if call recording button is hidden.Damian Minkov2013-09-171-1/+4
* Adds an option when using proxies to forward DNS traffic to an address, usefu...Damian Minkov2013-09-174-45/+265
* Updates call history view on call ended. Patch provided by Timothy Price.Damian Minkov2013-09-171-12/+12
* Fixes spell check error in field name.Damian Minkov2013-09-136-42/+38
* Fixes NPE which prevents removing a contact from the UI.Damian Minkov2013-09-121-3/+0
* Fixes tests.Damian Minkov2013-09-121-1/+1
* Saves last seen message coming from server as chat room history and skip olde...Damian Minkov2013-09-121-0/+47
* Fixes build.Damian Minkov2013-09-121-1/+2
* Fixes history button in chat window to work and with chat rooms.Damian Minkov2013-09-124-31/+140
* Adds message when otr session is enabled whether chat logging history is on o...Damian Minkov2013-09-114-11/+98
* Adds button in chat window to easily enable/disable chat history logging.Damian Minkov2013-09-1112-96/+595
* Fixes NPE when there is a server error without error set in XMPPException, no...Damian Minkov2013-09-111-1/+2
* Optimizes the search in the properties editor. Marin DzhigarovLyubomir Marinov2013-09-117-322/+438
* Corrects count synchronization for the remaining Outlook notification events.Vincent Lucas2013-09-041-2/+3
* Fixes NPE in removeStoredAccount().paweldomas2013-09-031-1/+1
* Fixes issue with adding permanently chat rooms to the list of saved chat rooms.hristoterezov2013-09-021-1/+1
* Don't use P2PTransportManager for conferences using a jitsi-videobridge (allowsBoris Grozev2013-08-311-1/+8
* Corrects synchronization issue when adding contacts. Adds function to get the...Vincent Lucas2013-08-314-7/+64
* Changes the subject fields layout in the change nickname chat room dialog. Re...hristoterezov2013-08-301-49/+55
* Fixes the issue with joinning the chat room before the user enters nickname a...hristoterezov2013-08-303-2/+6
* Adds "set subject" checkbox and subject text field to the chat room nickname ...hristoterezov2013-08-298-39/+272
* Shows contacts information if available even if they are offline, like teleph...Damian Minkov2013-08-291-0/+1
* Cleans up code, fixes javadocs, applies tiny optimizations.Lyubomir Marinov2013-08-286-233/+315
* Formats the source code of the propertieseditor plugin according to our conve...Lyubomir Marinov2013-08-285-8/+1
* Fixes a bug in OTR - ScOtrEngineImpl.contactsMap doesn't get cleaned up. (Mar...Lyubomir Marinov2013-08-282-424/+466
* Adds web page button, if contacts has web page detail, shows a button to open...Damian Minkov2013-08-284-0/+435
* Implements an editor which allows the user to edit Jitsi's configuration prop...Lyubomir Marinov2013-08-2814-251/+1430
* Fixes a problem where history messages from chatroom are sometimes duplicated...Damian Minkov2013-08-271-2/+4
* Fixes a problem where history messages from chatroom keep filling the history.Damian Minkov2013-08-271-0/+70
* Uses server responses when sending messages to generate delivery reports for ...Damian Minkov2013-08-272-14/+45
* Adds synchronized to members property.hristoterezov2013-08-271-34/+60
* Changes the configuration of the private chat room to be members-only and hid...hristoterezov2013-08-273-7/+109
* Fixes the status icon of chatroom when the room is opened for the first time.Damian Minkov2013-08-261-0/+3
* Implements a workaround which fixes the number of channelsBoris Grozev2013-08-261-0/+15
* Fixes chatrooms stayed open in UI on connection failed of provider.Damian Minkov2013-08-263-10/+24
* Trims chatroom name.Damian Minkov2013-08-261-2/+2
* Shows error message when providing password for chatroom fails.Damian Minkov2013-08-261-7/+38
* Removes chatroom authentication window and uses the default one.Damian Minkov2013-08-264-319/+53
* Implements ChatRoom#announceConference for jabber. It works by sending aBoris Grozev2013-08-231-12/+159
* Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.Boris Grozev2013-08-237-0/+573
* Fixes the choice of the MediaFormat to use for sending media when we accept aBoris Grozev2013-08-231-1/+2
* Updates chatroom members permissions retrieval.Damian Minkov2013-08-222-29/+32
* Do not create persistent chatrooms when inviting contacts to existing one to ...Damian Minkov2013-08-224-7/+15
* Fixes showing room configuration button and subject panel after inviting peop...Damian Minkov2013-08-223-8/+19