Lyubomir Marinov
d18143cf6d
Fixes warnings.
13 years ago
Yana Stamcheva
ebc645908f
Separates dns package to service and impl. Creates a ParallelResolver interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
13 years ago
Yana Stamcheva
91b72c3202
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils and WindowsUtils from general GuiUtils.
13 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
14 years ago
Lyubomir Marinov
1ebd6e2896
Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)
14 years ago
Lyubomir Marinov
0b9b0b248c
Switches Jitsi trunk to libjitsi.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
14 years ago
Emil Ivov
9feab56577
Changes project name in source license headers from SIP Communicator to Jitsi
15 years ago
Werner Dittmann
f202265ca8
Remove import of non-existing package
16 years ago
Lyubomir Marinov
b917bbc4bd
Fixes warnings
17 years ago
Lyubomir Marinov
dfb0c91c94
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
17 years ago
Lyubomir Marinov
f21f8cc962
Fixes warnings
17 years ago
Lyubomir Marinov
dc5ce7cef5
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[sip-comm-dev] [Patch] Fix warnings".
17 years ago
Lyubomir Marinov
c7e4952a8f
Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
17 years ago
Lyubomir Marinov
400fe1b68b
As my day went into warnings, fixes more warnings about raw-type uses.
17 years ago
Lyubomir Marinov
f837057d33
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
17 years ago
Damian Minkov
425a1abaf8
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
17 years ago
Lyubomir Marinov
3563fa97f6
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
17 years ago
Emil Ivov
a0c5f9fb3d
Fixes Eclipse warnings as a part of issue #637 . There's more work on some of these classes but I need to go to bed now :).
17 years ago
Lyubomir Marinov
3780cb36d9
Removes unused Logger instances (and thus resolves the warnings about them as well).
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Lyubomir Marinov
331d75a93a
Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
17 years ago
Lyubomir Marinov
a376ea4cde
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
17 years ago
Lyubomir Marinov
a1801e9f3c
Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.
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
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
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
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
Yana Stamcheva
12f1596096
- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
...
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.
18 years ago
Damian Minkov
66610b1d3e
Add log for GroupChangeCreator wait.
19 years ago
Damian Minkov
c2d09bdf4d
Added AIM icons
19 years ago
Damian Minkov
75b88bb5a6
1. Added AwaitingAuthorization group
...
2. Support for Aim
19 years ago
Damian Minkov
f0e3cdfc4f
Keepalive are now send as iq packets not as messages.
19 years ago
Damian Minkov
81a622a481
Rerequesting status if we haven't received one.
19 years ago
Damian Minkov
081de4e781
Wait wait for icq events. Delete item event came after 30 seconds. Try to wait for so long.
19 years ago
Damian Minkov
8bfbdbb4f7
Tring to fix icq failing tests.
19 years ago
Damian Minkov
efe7219246
Wrong status to wait for. Fixed.
19 years ago
Damian Minkov
064fd81c36
Retry sending authorization reply if auth.process doesn't finnish.
19 years ago
Damian Minkov
6cb1130b51
Fix adding contact requiring authorization. Now creates unresolved contact not volatile one through the process.
19 years ago
Damian Minkov
4585bafc6f
Replace joustim libs with the latest svn version
19 years ago
Damian Minkov
128a80cc76
Add some logging when initizializing contact list of tester agent as test build fails.
19 years ago
Emil Ivov
92fa2d0a24
Use the current verion of SIP Communicator in instant messages that we send during cruise control builds
19 years ago
Damian Minkov
7621edb915
<No Comment Entered>
20 years ago
Damian Minkov
711e49d198
Moving to Felix
20 years ago
Damian Minkov
6372d3563b
Fix build
20 years ago
Damian Minkov
3a8ce76139
Increase time between changes of the info on the server
20 years ago
Damian Minkov
85b8014f1e
Changed for adding authorization users creating unresolved contact , was volatile. Moved event is no longer thrown
20 years ago
Damian Minkov
04ff4e5d31
Catch OperationFailedException
20 years ago
Damian Minkov
407b2cf172
Give more time to the server. it fails from time to time
20 years ago