Damian Minkov
3f31a62536
Temporally fixing icq login problems.
18 years ago
Yana Stamcheva
9ee146a84d
Add the possibility to add plugins in the call button panel.
18 years ago
Yana Stamcheva
9451cf164d
Remove svn files, accidentally committed.
18 years ago
Yana Stamcheva
5b9d989367
Fixed string.
18 years ago
Lyubomir Marinov
76f42dc61c
Fixes Java 1.5 compatibility broken in r4409 because of use of Java 1.6 API.
18 years ago
Lyubomir Marinov
b3913d79f0
Provides the UI means for SIP Communicator to initiate a call-transfer.
18 years ago
Yana Stamcheva
3070baaf1c
- Revised status panel interface.
...
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
18 years ago
Damian Minkov
bd1f93701c
As we are handling multiple/single instances, skip this option in jsmooth config.
18 years ago
Emil Ivov
521165ea0f
Commits a patch from Sebastien Mazy that adds name and description for the log4j bundle.
18 years ago
Damian Minkov
b7ab3bcaee
Fix reading parameters from socket, causing troubles on windows.
18 years ago
Yana Stamcheva
c3c28ee2a2
Allow plugins to be added in the contact list panel.
18 years ago
Emil Ivov
04c47b8865
Commits a patch from Alan Kelly that removes DNS checks from a few places (work in progress).
18 years ago
Yana Stamcheva
317bfe9aaf
Rename main window container.
18 years ago
Damian Minkov
3bbb15a99c
Register through installer in windows registry protocol handlers : sip and feed.
18 years ago
Emil Ivov
6ddf02ce56
Adds a handler for RSS links
18 years ago
Emil Ivov
80dbccb9c8
Adds the possibility to register for RSS feeds passed as invokation parameters
...
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
18 years ago
Emil Ivov
ff9d19df08
Fixes a wrong var name (argh ... i am getting too distracted)
18 years ago
Emil Ivov
6d8d739def
Removes @override directives from interface implementing methods.
...
Removes non ASCII chars from java files.
18 years ago
Emil Ivov
f7133a4896
Adds a replacement for the NetworkInterface.isLoopback() method that only comes with Java 1.6
18 years ago
Emil Ivov
457dc71e9c
Disables arg handling in debian's sip-communicator.sh as we are now handling them in
...
SIP Communicator itself (even though some of Martin's cool features are not there yet)
18 years ago
Emil Ivov
046b8ff337
Trying to launch a second instance of SIP Communicator now brings the first one to front
...
Clicking on the systray icon when SC is minimized, now restores it
also, when SC is on another desktop the systray click now takes you to that desktop
18 years ago
Emil Ivov
88a0036d18
Implements support for launch parameters
...
Implements support for handling SIP URIs as launch parameters
Adds a lock mechanism to prevent from running multiple instances of SIP Communicator
Adds a mechanism for a second instance of SC to pass its launch
parameters to a one that's already running.
Adds a DefaultSecurityAuthority class (in use by the systray and SIP URI handler)
18 years ago
Yana Stamcheva
45288c7024
Enable delete button for editable combo boxes.
18 years ago
Emil Ivov
e1f64fcae1
Removes a System.out debug print
18 years ago
Yana Stamcheva
022a862a94
Sound files are now obtained from the properties file.
18 years ago
Damian Minkov
1c704e8cb8
Ignore sdp process on inviteOK if we have already received it in early media.
18 years ago
Lyubomir Marinov
a874a33a1a
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
18 years ago
Lyubomir Marinov
e2ba282340
Applies a patch by Sébastien Mazy which fixes a typo in .impl.notification.NotificationServiceImpl - replaces isDeafult with isDefault.
18 years ago
Damian Minkov
f36da957c5
Some more updates to the msn lib.
18 years ago
Lyubomir Marinov
2cb40da4ee
Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.
18 years ago
Lyubomir Marinov
7562dd0052
Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.
18 years ago
Damian Minkov
d36c3f5d96
Fix some problems with dispatching contact list properly.
18 years ago
Damian Minkov
e9691a19ab
Update msn lib to latest trunk and trying to fix msn issue causing failing builds.
18 years ago
Thomas Hofer
0529fa03a4
removed inital memory size for small memory systems
18 years ago
Lyubomir Marinov
21b0d9fb09
Reads the resources of the default LanguagePack for the default Locale once (much like it's done for the other ResourcePacks) in order to speed the related code up (including on startup).
18 years ago
Damian Minkov
0a48378e57
Fix creating log directory if pattern, home dir or home dir name are missing.
18 years ago
Lyubomir Marinov
3e3e4712d2
Delays the creation of the UI of pluginmanager because it's listed as the top offender when the application is started for the first time i.e. with no previous (configuration) state.
18 years ago
Lyubomir Marinov
0ace326f6c
When registering method processors with ProtocolProviderServiceSipImpl, registers the latest of one an the same Class in order to not register one and the same OperationSet multiple times.
18 years ago
Brian Burch
d1238399a5
retain netbeans project directory but ignore its contents
18 years ago
Yana Stamcheva
65e21a76c2
Fix modify account user id.
18 years ago
Brian Burch
77f4f74bd9
new whole application debug
18 years ago
Brian Burch
451e8f9e67
new whole application debug
18 years ago
Lyubomir Marinov
3eaed2f557
Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
18 years ago
Lyubomir Marinov
504fa02ae9
Allows multiple processors for one and the same method in ProtocolProviderServiceSipImpl and stops dispatching a specific event as soon as a method processor declares that the event in question has been handled.
18 years ago
Emil Ivov
5f556b1d12
Delay the initial load of RSS feeds to prevent from excessive resource consumption.
18 years ago
Lyubomir Marinov
7c169716d9
Implements initiating call transfer (in addition to responding to call transfer requests which was introduced in a previous revision). It will still not work because the telephony OperationSet needs to be a Request.NOTIFY method processor but the presence OperationSet will overwrite its registration since only one processor is supported for each type of Request method.
18 years ago
Emil Ivov
a2f1145511
SIP Volatile contacts were created with an extra colon. Fixed
...
Removing duplicate code
18 years ago
Brian Burch
92f3ccdd2c
bring source classpath up-to-date so source folder no longer shows compile error icon
18 years ago
Lyubomir Marinov
843778525a
Applies the patch contributed by Dai Zhiwei which fixes the throwing of NullPointerException with details on the parameter being the cause in the Gibberish and Icq ProtocolProviderFactory implementations.
18 years ago
Damian Minkov
f0c46adb22
Move custom FileHandler to util package and add util classes to system classloader under windows.
18 years ago