aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl
Commit message (Collapse)AuthorAgeFilesLines
* Stop sending typing notifications through the XEP-0022 mechanism as we now ↵Emil Ivov2008-08-201-1/+8
| | | | handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
* Prevents the support for typing notifications in ChatWritePanel from ↵Lyubomir Marinov2008-08-192-47/+55
| | | | retaining ChatWindow after it's closed.
* Fixes a memory leak of ChatWindow instances opened in response to receiving ↵Lyubomir Marinov2008-08-185-15/+61
| | | | messages.
* Prevents the leaking of MetaContactChatPanel upon its closing. (The case of ↵Lyubomir Marinov2008-08-183-44/+142
| | | | a MetaContact changing the list of its list of Contacts while an associated MetaContactChatPanel is open is still not handled.)
* Disabling offline messages for AIM as we don't seem to support them properly ↵Emil Ivov2008-08-181-1/+4
| | | | at this point.
* Implemented support for XEP-0085 - Typing notifications with jabber.Emil Ivov2008-08-1810-16/+181
| | | | | Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
* Prevents .plugin.notificationconfiguration from creating the UI of its ↵Lyubomir Marinov2008-08-181-8/+8
| | | | ConfigurationForm implementation at start up and delays it until it's really necessary.
* We shouldn't be creating meta groups from with protocol providers.Emil Ivov2008-08-131-37/+0
| | | | | If such a group is necessary we should be creating it from the wizard.
* Transfers a Call upon receiving a REFER request. The new Call being referred ↵Lyubomir Marinov2008-08-136-98/+741
| | | | to/created as part of the transfer is still not displayed in the UI.
* Chat menu bar implements plugin component listener.Yana Stamcheva2008-08-112-20/+96
|
* Offline messages are now supported by the lib, remove the checkDamian Minkov2008-08-081-13/+0
|
* Update jml, improve synch of user login. Add handling in protocol for ↵Damian Minkov2008-08-082-42/+135
| | | | AuthorizationHandler.
* Remove unused resources properties files.Yana Stamcheva2008-08-052-209/+0
|
* Fix msn login and offline message support.Damian Minkov2008-08-052-1/+40
|
* Deleteing unused resourcesEmil Ivov2008-08-05311-44736/+0
|
* getSoundURL() fixed. Yana Stamcheva2008-08-041-1/+1
|
* Fix initial login issue with msn. Damian Minkov2008-08-042-17/+3
|
* Introduces an abstract base implementation of OperationSetPersistentPresence ↵Lyubomir Marinov2008-08-0415-1561/+131
| | | | which takes care of the functionality to support adding and removing SubscriptionEvent listeners and firing the mentioned events. As a side effect, the Jabber implementation no longer allows adding one and the same SubscriptionListener more than once.
* Enhanced resource management.Yana Stamcheva2008-08-031-385/+194
|
* Add support for more resource packs in the ResourceManagement service.Yana Stamcheva2008-08-031-145/+307
|
* Prevents the keybinding service from retaining SIPCommFrame (e.g. ChatWindow).Lyubomir Marinov2008-08-021-0/+7
|
* Fixes a memory leak which amounts to ChatWindows being retained after being ↵Lyubomir Marinov2008-08-023-4/+64
| | | | closed. The fix is tested only in the scenario of opening a ChatWindow and closing it right away without receiving or sending any messages. Any other memory leaks of ChatWindows in different scenarios will be addressed separately.
* Initial support for Msn protocol version up to 15.Damian Minkov2008-07-315-558/+135
|
* when the current resource pack is unregistered, reload the default packYana Stamcheva2008-07-312-14/+32
|
* Fix for adding plugin components in the main toolbar, contributed by Alan C ↵Yana Stamcheva2008-07-292-0/+4
| | | | Kelly.
* Introduces support for muting a call.Lyubomir Marinov2008-07-2911-215/+514
|
* Fix removing native plugins.Yana Stamcheva2008-07-241-4/+20
|
* Fixes OperationSetPresenceSipImpl to not create a new thread each time ↵Lyubomir Marinov2008-07-241-34/+75
| | | | REGISTER keep-alives succeed.
* Support for more plugins in the chat window.Yana Stamcheva2008-07-241-9/+106
|
* little fix for previous commitYana Stamcheva2008-07-241-4/+6
|
* commented method to ensure, window is visible on the screen. Thomas Hofer2008-07-242-61/+158
| | | | fixed a bug: window now restores maximized, if it was closed when being maximized
* Support for native plugin components in the main window.Yana Stamcheva2008-07-243-26/+236
|
* Dial panel "+" button functionality.Yana Stamcheva2008-07-241-119/+171
|
* Added a property to disable greying history of some hidden protocols.Yana Stamcheva2008-07-242-10/+61
|
* Show Display Names for volatile contacts (Report by Dan Bogos)Emil Ivov2008-07-223-7/+31
|
* Remove debug lines.Yana Stamcheva2008-07-221-3/+0
|
* - HIDDEN_PROTOCOL moved to ProtocolProviderFactoryYana Stamcheva2008-07-228-12/+35
| | | | - Fix global status, when having hidden protocols.
* Show the error message coming from the server, when sending a message fails.Yana Stamcheva2008-07-221-4/+9
|
* Report SIP status code when receiving error responsesEmil Ivov2008-07-221-3/+12
|
* Do not freak out when the to address of SIP Messages is not AAAA/A ↵Emil Ivov2008-07-222-9/+52
| | | | resolvable (report by Dan Bogos)
* import jfontchooser package in the gui bundleYana Stamcheva2008-07-221-1/+2
|
* Fix for "remotely on hold" issue after diskussion with libomir marinov - who ↵Thomas Hofer2008-07-221-3/+3
| | | | owns the original code
* Split the GUI package into service and implementation to allow protocols to ↵Emil Ivov2008-07-211-2/+0
| | | | access UI functionalities such as error messages.
* Fix a problem with new mail notifications in yahoo.Emil Ivov2008-07-212-42/+25
|
* Set status to OFFLINE for rss feeds that are no longer available and propose ↵Emil Ivov2008-07-217-10/+215
| | | | the user to remove them
* Comments added to the newly added class ImageBackgroundViewport.Yana Stamcheva2008-07-211-2/+34
|
* fixed missing resource exception in config-window on plugin-entryThomas Hofer2008-07-211-1/+3
|
* Applying miscellaneous fixes from Damien ROTHEmil Ivov2008-07-212-5/+35
|
* Added an icon for the auto away configuration form (by Damien ROTH)Emil Ivov2008-07-202-3/+64
| | | | | | | Renamed the status update plugin to awto away moved the getImage() and getImageBytes() methods to the ResourceManagementService
* allow painting of texture background.Yana Stamcheva2008-07-206-244/+122
|