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 |
Damian Minkov
|
fe56e3e062
|
New custom FileHandler for the logger, now creates the log directory if missing and sets the log files to the proper location.
|
18 years ago |
Emil Ivov
|
a05f42827f
|
Stop sending typing notifications through the XEP-0022 mechanism as we now handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
|
18 years ago |
Lyubomir Marinov
|
00d10077de
|
Prevents the support for typing notifications in ChatWritePanel from retaining ChatWindow after it's closed.
|
18 years ago |
Lyubomir Marinov
|
d65088550e
|
Fixes a memory leak of ChatWindow instances opened in response to receiving messages.
|
18 years ago |
Lyubomir Marinov
|
0de7e6c32c
|
Prevents the leaking of MetaContactChatPanel upon its closing. (The case of a MetaContact changing the list of its list of Contacts while an associated MetaContactChatPanel is open is still not handled.)
|
18 years ago |
Emil Ivov
|
1ddb65c2ae
|
Disabling offline messages for AIM as we don't seem to support them properly at this point.
|
18 years ago |
Emil Ivov
|
090f7637b2
|
Implemented support for XEP-0085 - Typing notifications with jabber.
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
|
18 years ago |
Damian Minkov
|
47db1184a5
|
Fix msn login, proper addressbook parsing.
|
18 years ago |
Lyubomir Marinov
|
2fe2f0d5da
|
Prevents .plugin.notificationconfiguration from creating the UI of its ConfigurationForm implementation at start up and delays it until it's really necessary.
|
18 years ago |
Lyubomir Marinov
|
ecb95161eb
|
Slims down the shallow size of the ConfigurationForm implementation of .plugin.notificationconfiguration because it's huge.
|
18 years ago |
Emil Ivov
|
16219d3482
|
Lowering startlevel of growl because it was conflicting with the simple acc wizard
|
18 years ago |
Emil Ivov
|
a5b0bf718f
|
We shouldn't be creating meta groups from with protocol providers.
If such a group is necessary we should be creating it from the wizard.
|
18 years ago |
Emil Ivov
|
039ac1a506
|
Make sure the meta contact list is loaded after all protocols
|
18 years ago |
Emil Ivov
|
1bb8235992
|
Make sure that the simplified wizard loads after the other wizards as it is using them
|
18 years ago |
Lyubomir Marinov
|
bbfcbea0ec
|
Transfers a Call upon receiving a REFER request. The new Call being referred to/created as part of the transfer is still not displayed in the UI.
|
18 years ago |
Emil Ivov
|
c1bf31bad2
|
Do not include svg-s in the default resource pack
|
18 years ago |
Emil Ivov
|
32f51f4494
|
Switching use of 7zr to 7z for the windows installers
|
18 years ago |
Yana Stamcheva
|
2ec2e33121
|
change the start level of the default resource bundle.
|
18 years ago |
Yana Stamcheva
|
756f8af7b2
|
fix localization resources
|
18 years ago |
Yana Stamcheva
|
514f65723a
|
default resource packs
|
18 years ago |
Yana Stamcheva
|
3796ee9346
|
default resource packs
|
18 years ago |
Emil Ivov
|
f9b2af411f
|
Convert the windows zip installer into an executable (not sure why this was commented previously)
|
18 years ago |
Emil Ivov
|
829263684c
|
Add a dependency with version for the tasks that use it for the package name
|
18 years ago |
Emil Ivov
|
516df53e59
|
Removing make dependency in DMG and DEB packages as they may have been already
built (which is the case on our CC system) so there's no need to add the extra
time.
|
18 years ago |
Yana Stamcheva
|
465ecefce1
|
Chat menu bar implements plugin component listener.
|
18 years ago |
Damian Minkov
|
1b533ed057
|
Offline messages are now supported by the lib, remove the check
|
18 years ago |
Damian Minkov
|
b66ef6670e
|
Update jml, improve synch of user login. Add handling in protocol for AuthorizationHandler.
|
18 years ago |
Yana Stamcheva
|
69a5b4a823
|
meta resources introduced
|
18 years ago |
Emil Ivov
|
2960d558ec
|
Do not dump stack trace when no version properties are available
|
18 years ago |