aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java
Commit message (Collapse)AuthorAgeFilesLines
* Add details to metacontact.Damian Minkov2008-06-112-0/+53
|
* - setEditableUserName, isEditableUserName methods added to enable protocols ↵Yana Stamcheva2008-03-148-6/+313
| | | | | | 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.
* convert some tabs in spacesBenoit Pradelle2008-02-041-5/+5
|
* Fix some problems with message encodingBenoit Pradelle2008-02-041-4/+14
|
* 1. Fix : Storage thread in some conditions is not started and contactlist is ↵Damian Minkov2008-01-081-2/+8
| | | | | | | not saved 2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list 3. Some spell checks
* Change configuration tests to see if configuration home directory name has ↵Damian Minkov2007-12-041-1/+6
| | | | changed through system property
* temporaly remove status message for the first status change , to see will ↵Damian Minkov2007-11-301-1/+2
| | | | the build failed again
* fix yahoo statusesDamian Minkov2007-11-121-2/+2
|
* felix 1.0.1Damian Minkov2007-10-291-0/+1
|
* removed .cvsignore-files as they are no longer needed [we are using ↵Thomas Hofer2007-10-172-2/+0
| | | | subversion nowadays]
* Moved FailSafeTransactions to the fileaccess bundle.Benoit Pradelle2007-10-113-8/+35
|
* - Add the failsafe transaction utility and its test caseBenoit Pradelle2007-10-042-0/+230
| | | | - Now use this utility in MclStorageManager
* loosen test condition a little bit. allow for more than 2 unregistration eventsEmil Ivov2007-09-301-4/+4
|
* Added the Rss tests, written by Mihai BalanBenoit Pradelle2007-09-1710-0/+1786
|
* Jabber telephony tests. Not yet activated due to pending bugs in the libSymphorien Wanko2007-09-172-0/+1121
|
* Fixing a long standing problem with the meta contact list tests. The meta ↵Emil Ivov2007-09-142-13/+12
| | | | contact list tests are enabled again.
* unusedEmil Ivov2007-09-033-170/+0
|
* do not send test messages to contacts not in our listEmil Ivov2007-08-231-13/+2
|
* 1. Installers now include all bundles in lib/bundles except junit.Damian Minkov2007-08-101-8/+15
| | | | | | 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
* new SIMPLE status (online, away, busy, on the phone and offline) + still ↵Benoit Pradelle2007-07-261-1/+1
| | | | trying to reduce the abnormal test failures
* (trying to) fix some problems with the SIMPLE test cases on cruise controlBenoit Pradelle2007-07-251-2/+10
|
* fixes an error in the construction of the presence documentBenoit Pradelle2007-07-211-0/+2
|
* add the test cases for SIMPLEBenoit Pradelle2007-07-214-3/+1621
|
* SIMPLE alpha 1Benoit Pradelle2007-07-061-2/+2
| | | | | | currently working until a refresh is needed, PIDF presence only, still bugged with iptel.org server. under _heavy_ development
* 1. Multi chat message historyDamian Minkov2007-06-261-1/+256
| | | | | | 2. Test for Multi chat message history 3. Change in LocalUserChatRoomPresenceListener
* Activate the test case for the SIP IM with some corrections to make it more ↵Benoit Pradelle2007-06-202-6/+24
| | | | stable.
* Move SIP TestOSBIM from src to test folder.Damian Minkov2007-06-191-0/+555
|
* added a method that clears the contact list (by Benoit Pradelle)Emil Ivov2007-06-171-45/+27
|
* fix multi chat implementationYana Stamcheva2007-06-131-7/+6
|
* Retry QueryContactStatus on fail.Damian Minkov2007-06-051-0/+28
|
* Activation of test cases for SIP IM OpSet by Benoit Pradelle.Martin Andre2007-06-041-0/+7
| | | | | However, these tests may fail and they are thus commented. Let's activate them later.
* Commited testcases for SIP IM OpSet by Benoit Pradelle.Martin Andre2007-06-041-1/+110
| | | | | | | | 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.
* Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur ↵Emil Ivov2007-05-146-6/+0
| | | | | | | University, France removed unused import
* Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur ↵Emil Ivov2007-05-141-1/+0
| | | | University, France
* Some test improvements.Damian Minkov2007-05-043-2/+33
|
* Add debug before query msn contact status.Damian Minkov2007-04-251-1/+4
|
* commit the multi user chat slickEmil Ivov2007-04-233-10/+222
|
* Add log for GroupChangeCreator wait.Damian Minkov2007-04-201-0/+3
|
* Change in yahoo status in tests.Damian Minkov2007-04-191-0/+6
|
* Added AIM iconsDamian Minkov2007-04-171-0/+1
|
* Icq message encoding.Damian Minkov2007-04-131-0/+8
|
* Yahoo tests enhancement for retry adding buddy if its not correctly added.Damian Minkov2007-04-131-0/+34
|
* 1. Added AwaitingAuthorization groupDamian Minkov2007-04-062-6/+22
| | | | | 2. Support for Aim
* updated new smack 3.0 libDamian Minkov2007-04-042-33/+2
|
* Keepalive are now send as iq packets not as messages.Damian Minkov2007-03-281-0/+1
|
* Rerequesting status if we haven't received one.Damian Minkov2007-03-281-0/+9
|
* Trying to fix jabber failing tests MessageDeliveredFailed. Yahoo tests add ↵Damian Minkov2007-03-232-4/+14
| | | | some wait when clearing lists and some dump.
* Tests improvement.Damian Minkov2007-03-211-6/+27
|
* Change in msn lib. fixing windows connect problem.Damian Minkov2007-03-211-1/+9
|
* work on multi chat (work in progress)Emil Ivov2007-03-101-0/+165
|