[root]/test/net/java/sip/communicator/slick/protocol/generic

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 2843 (100.0%) | 98.0 |
| vmartinet | 8 (27.6%) | 1463 (51.5%) | 182.8 |
| damencho | 8 (27.6%) | 1160 (40.8%) | 145.0 |
| wernerd | 2 (6.9%) | 181 (6.4%) | 90.5 |
| yanas | 2 (6.9%) | 18 (0.6%) | 9.0 |
| lubomir_m | 2 (6.9%) | 14 (0.5%) | 7.0 |
| emcho | 7 (24.1%) | 7 (0.2%) | 1.0 |
Updates smack library to 3.2.2.
8 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
7 lines of code changed in:
Moved AuthHandler into dedicated class (code redundancy--).
Added AuthHandler for account subscription in MSN tests.
56 lines of code changed in:
- Avoid code redundancy by moving SecurityAuthorityImpl
to an unique class.
- Connect the third MSN testing account when needed.
105 lines of code changed in:
Added unit tests for MSN ad-hoc multi-user chat.
Added unit tests for Jabber roles in multi-user chat (but not enabled yet).
1296 lines of code changed in:
Adds a missing header.
6 lines of code changed in:
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.
1 lines of code changed in:
Fixing filetransfer tests. Problem waiting for receiving event, stop waiting on receiving the first event. Some formatting.
135 lines of code changed in:
Filetransfer tests fix: Increase interval for waiting event(when last test failed the event was received 100ms after we stopped waiting).
1 lines of code changed in:
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.
13 lines of code changed in:
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.
181 lines of code changed in:
Trying to fix build. Wait more for cancel events while transfering and put some logging to track the problem.
8 lines of code changed in:
Msn Filetransfer and tests.
5 lines of code changed in:
- Some improvements in "feature" introducing in Jabber.
- Support for thumbnails in Jabber file transfer.
- Fixed some issues with the calculated file transfer speed and estimated transfer time.
- Shows open and open folder links also on the sender side when the transfer is completed.
14 lines of code changed in:
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
20 lines of code changed in:
Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.
20 lines of code changed in:
File transfer related changes as follows:
- show transfer speed and estimated transfer time.
- introduced new event that notifies the gui when a file transfer request has been cancelled by the sender.
4 lines of code changed in:
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
963 lines of code changed in: