aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-022-11/+14
| | | | | | | (Issue #316) We've modified contact list ordering policy so we need to loosen a bit the assertions that we make in the tests
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+12
| | | | | | | (Issue #316) the manifest file for the gibberish slick
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+289
| | | | | | | (Issue #316) tests for ProtocolProviderServiceGibberishImpl
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+394
| | | | | | | (Issue #316) tests for OperationSetTypingNotificationsGibberishImpl
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+1107
| | | | | | | (Issue #316) tests for TestOperationSetPresenceGibberishImpl
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+690
| | | | | | | (Issue #316) tests for TestOperationSetPersistentPresenceGibberishImpl
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+479
| | | | | | | (Issue #316) tests for OperationSetBasicInstantMessagingGibberishImpl
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+103
| | | | | | | (Issue #316) verifies that after removing and reinstalling a bundle, the installed accounts are properly recreated
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+275
| | | | | | | (Issue #316) verifies whether gibberish accounts are properly uninstalled
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+223
| | | | | | | (Issue #316) installs gibberish accounts that will be tested in this slick
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+322
| | | | | | | (Issue #316) utility methods and global vars for the gibberish slick
* gibberish slck (Issue #241) and a better meta contact list ordering policy ↵Emil Ivov2007-03-021-0/+108
| | | | | | | (Issue #316) gibberish slick service class
* Wait wait for icq events. Delete item event came after 30 seconds. Try to ↵Damian Minkov2007-02-172-2/+2
| | | | wait for so long.
* Wait wait for icq events. Delete item event came after 30 seconds. Try to ↵Damian Minkov2007-02-161-1/+1
| | | | wait for so long.
* Add some debuging to locate jabber message delivery failed problems.Damian Minkov2007-02-161-0/+28
|
* Tring to fix icq failing tests.Damian Minkov2007-02-151-0/+7
|
* Wrong status to wait for. Fixed.Damian Minkov2007-02-151-1/+2
|
* Retry sending authorization reply if auth.process doesn't finnish.Damian Minkov2007-02-152-11/+59
|
* Fix adding contact requiring authorization. Now creates unresolved contact ↵Damian Minkov2007-02-141-28/+1
| | | | not volatile one through the process.
* Give more time when preparing contact list.Damian Minkov2007-02-091-4/+4
|
* Replace joustim libs with the latest svn versionDamian Minkov2007-02-085-88/+126
|
* Add some logging when initizializing contact list of tester agent as test ↵Damian Minkov2007-02-051-1/+8
| | | | build fails.
* Fix Idle state is published twiceDamian Minkov2007-01-231-4/+4
|
* trigger buildDamian Minkov2007-01-231-2/+0
|
* Run yahoo testsDamian Minkov2007-01-231-19/+19
|
* Not properly handling newly created group and added firends if were a ↵Damian Minkov2007-01-151-0/+7
| | | | VolatileContact
* Yahoo Tests again. Remove auto adding friends. Add it in postTestSubscribeDamian Minkov2007-01-151-4/+24
|
* Yahoo Tests again. Remove double adding a friend.Damian Minkov2007-01-151-20/+0
|
* Yahoo Tests again.Damian Minkov2007-01-151-18/+46
|
* Fixed sending typing infoDamian Minkov2007-01-151-2/+1
|
* Improved adding and moving contacts.Damian Minkov2007-01-131-69/+18
|
* Start Yahoo Tests.Damian Minkov2007-01-132-3/+5
|
* Yahoo Protocol Provider ImplementationDamian Minkov2007-01-1211-0/+3639
|
* Make sure user can unregister even if not completely registered (e.g. when ↵Emil Ivov2006-12-151-1/+2
| | | | REGISTERING). Issue number:
* Use the current verion of SIP Communicator in instant messages that we send ↵Emil Ivov2006-11-293-3/+9
| | | | during cruise control builds
* add targets and manifests for constructing version bundlesEmil Ivov2006-11-291-0/+30
|
* Replace verbal references to Oscar with FelixEmil Ivov2006-11-261-4/+4
|