Lyubomir Marinov
8668a569e8
Fixes issue #542 (Notifications for conversations in chat rooms are not) and issue #642 (IRC treats ChatRoomMember as ChatRoom).
17 years ago
Werner Dittmann
eed6441e21
Fix raw-type warnings.
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
Symphorien Wanko
3a233b9450
memberkick an memberban tests should work now
17 years ago
Symphorien Wanko
c5ee116d19
disable failing tests
17 years ago
Symphorien Wanko
40f01c424c
complete OperationSetMultiUserChat and ChatRoom tests
17 years ago
Symphorien Wanko
9fd6a51a96
additional checks for testInviteJoin
...
complete testRoomSubject
avoid possible null pointer exception in ChatRoomPropertyChangeFailedEvent
17 years ago
Symphorien Wanko
48a1233997
fix testNickName() test
17 years ago
Symphorien Wanko
deb7c87830
using another method to get members count in a room in testInviteJoin()
17 years ago
Symphorien Wanko
68312559fe
also disable testNickName
17 years ago
Symphorien Wanko
cb5f46e009
temporarily disable failing test
17 years ago
Symphorien Wanko
24382db153
minor cosmetic changes: fixed some comments and indentation
17 years ago
Symphorien Wanko
046d962760
add some tests for jabber MUC
17 years ago
Yana Stamcheva
cb37e61d02
Some enhancements on fancy systray tooltips, including:
...
- frame and rounded corners for contact photos
- reduced size of the default sip comm icon
- changed layout
- image is now passed to popup message as a separate parameter
17 years ago
Symphorien Wanko
fecc1bc966
enhancements to the swing popup notification, new behavior for the trayicon, minors code tweak
17 years ago
Symphorien Wanko
ff8ec3ad3f
swing based popup notifications with tests for the PopupMessage interface.
...
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine
17 years ago
Symphorien Wanko
07a483c148
undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko
2d81282722
swing based popup notifications with tests for the PopupMessage interface.
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
f6148f576c
Fixes warnings about unused imports.
18 years ago
Lyubomir Marinov
0a2aa6c723
Fixes warnings.
18 years ago
Damian Minkov
09cce621a1
Disable video support during tests.
18 years ago
Lyubomir Marinov
a376ea4cde
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
18 years ago
Brian Burch
4282316384
use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
18 years ago
Lyubomir Marinov
7268bab867
Fixes TestFailSafeTransaction to not rely on the system charset i.e. take the possible different between String.getBytes().length and String.length() into account.
18 years ago
Emil Ivov
c3929a69a7
Better handling for changes in the persistent data of a contact.
18 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
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
Lyubomir Marinov
a874a33a1a
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
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
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
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
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
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
Damian Minkov
6dd45adb2c
Initial support for Msn protocol version up to 15.
18 years ago
Emil Ivov
a2491f9b12
Committing the on hold patch from Lubomir Marinov
18 years ago
Emil Ivov
11ecd5fae5
Add support for the XA XMPP status and fixed (I hope) the build.
18 years ago
Emil Ivov
ed66fc9d45
Adding a GoogleTalk Wizard (Contributed by Lubomir Marinov)
18 years ago
Damian Minkov
107891b595
Add details to metacontact.
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
Benoit Pradelle
ffd5c40f70
convert some tabs in spaces
18 years ago
Benoit Pradelle
4d617393dc
Fix some problems with message encoding
18 years ago
Damian Minkov
9123fe0bfe
1. Fix : Storage thread in some conditions is not started and contactlist is not saved
...
2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list
3. Some spell checks
18 years ago
Damian Minkov
7c1212b670
Change configuration tests to see if configuration home directory name has changed through system property
19 years ago
Damian Minkov
06716be04f
temporaly remove status message for the first status change , to see will the build failed again
19 years ago
Damian Minkov
fcbf88a4fb
fix yahoo statuses
19 years ago
Damian Minkov
1d4595529e
felix 1.0.1
19 years ago
Thomas Hofer
1de3329fd5
removed .cvsignore-files as they are no longer needed [we are using subversion nowadays]
19 years ago
Benoit Pradelle
acd777f360
Moved FailSafeTransactions to the fileaccess bundle.
19 years ago
Benoit Pradelle
7c550c0c7b
- Add the failsafe transaction utility and its test case
...
- Now use this utility in MclStorageManager
19 years ago
Emil Ivov
b95fb1d2d9
loosen test condition a little bit. allow for more than 2 unregistration events
19 years ago
Benoit Pradelle
3ce23a1e74
Added the Rss tests, written by Mihai Balan
19 years ago
Symphorien Wanko
128f1285f6
Jabber telephony tests. Not yet activated due to pending bugs in the lib
19 years ago
Emil Ivov
d40aad5862
Fixing a long standing problem with the meta contact list tests. The meta contact list tests are enabled again.
19 years ago
Emil Ivov
ede3b19533
unused
19 years ago
Emil Ivov
d2b04d0483
do not send test messages to contacts not in our list
19 years ago
Damian Minkov
bbe43966ff
1. Installers now include all bundles in lib/bundles except junit.
...
2. Fix message history finder methods - findFirstAfter and tests for multiple contacts in meta contact.
3. Some threads were not daemon - more to be checked
19 years ago
Benoit Pradelle
d8c4b9f96a
new SIMPLE status (online, away, busy, on the phone and offline) + still trying to reduce the abnormal test failures
19 years ago
Benoit Pradelle
28633e9767
(trying to) fix some problems with the SIMPLE test cases on cruise control
19 years ago
Benoit Pradelle
16be6528f9
fixes an error in the construction of the presence document
19 years ago
Benoit Pradelle
dfb31058a4
add the test cases for SIMPLE
19 years ago
Benoit Pradelle
906bb771d5
SIMPLE alpha 1
...
currently working until a refresh is needed, PIDF presence only, still bugged with iptel.org server.
under _heavy_ development
19 years ago
Damian Minkov
845d734242
1. Multi chat message history
...
2. Test for Multi chat message history
3. Change in LocalUserChatRoomPresenceListener
19 years ago
Benoit Pradelle
a3c946c2e3
Activate the test case for the SIP IM with some corrections to make it more stable.
19 years ago
Damian Minkov
6ab8152b3a
Move SIP TestOSBIM from src to test folder.
19 years ago
Emil Ivov
a11967e5cc
added a method that clears the contact list (by Benoit Pradelle)
19 years ago
Yana Stamcheva
f1370f24e4
fix multi chat implementation
19 years ago
Damian Minkov
81e83a6eb4
Retry QueryContactStatus on fail.
19 years ago
Martin Andre
3201213ff4
Activation of test cases for SIP IM OpSet by Benoit Pradelle.
...
However, these tests may fail and they are thus commented. Let's activate them later.
19 years ago
Martin Andre
2370ace838
Commited testcases for SIP IM OpSet by Benoit Pradelle.
...
This test case may suffer from a problem in a specific situation :
it is possible for an authenticated message to being resend after some time (and to be re-handled).
We will activate these tests later. Benoit already sent us a patch for that.
19 years ago
Emil Ivov
ec6caceb56
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
removed unused import
19 years ago
Emil Ivov
a29e2cd380
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
19 years ago
Damian Minkov
e77d9a873a
Some test improvements.
19 years ago
Damian Minkov
1b9e946d6f
Add debug before query msn contact status.
19 years ago
Emil Ivov
6e1c8a1763
commit the multi user chat slick
19 years ago
Damian Minkov
66610b1d3e
Add log for GroupChangeCreator wait.
19 years ago
Damian Minkov
de7e67c9c0
Change in yahoo status in tests.
19 years ago
Damian Minkov
c2d09bdf4d
Added AIM icons
19 years ago
Damian Minkov
3d57bd8438
Icq message encoding.
19 years ago
Damian Minkov
d3710014f1
Yahoo tests enhancement for retry adding buddy if its not correctly added.
19 years ago
Damian Minkov
75b88bb5a6
1. Added AwaitingAuthorization group
...
2. Support for Aim
19 years ago
Damian Minkov
ba51075932
updated new smack 3.0 lib
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
87deb0e77c
Trying to fix jabber failing tests MessageDeliveredFailed. Yahoo tests add some wait when clearing lists and some dump.
19 years ago
Damian Minkov
a4178a23d6
Tests improvement.
19 years ago
Damian Minkov
a0600fa3b5
Change in msn lib. fixing windows connect problem.
19 years ago
Emil Ivov
6e3c79f34a
work on multi chat (work in progress)
19 years ago
Emil Ivov
9856625355
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
We've modified contact list ordering policy so we need to loosen a bit the assertions that we make in the tests
19 years ago
Emil Ivov
f0cd974e12
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
the manifest file for the gibberish slick
19 years ago
Emil Ivov
f87a5b4b9d
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
tests for ProtocolProviderServiceGibberishImpl
19 years ago
Emil Ivov
cdc0825ab7
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
tests for OperationSetTypingNotificationsGibberishImpl
19 years ago
Emil Ivov
db5757c817
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
tests for TestOperationSetPresenceGibberishImpl
19 years ago
Emil Ivov
a479127e73
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
tests for TestOperationSetPersistentPresenceGibberishImpl
19 years ago
Emil Ivov
dfea26cf8a
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
tests for OperationSetBasicInstantMessagingGibberishImpl
19 years ago
Emil Ivov
7ed6e093af
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
verifies that after removing and reinstalling a bundle, the installed accounts are properly recreated
19 years ago
Emil Ivov
dc9f9a7291
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
verifies whether gibberish accounts are properly uninstalled
19 years ago