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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 129 (100.0%) | 10881 (100.0%) | 84.3 |
| damencho | 33 (25.6%) | 4574 (42.0%) | 138.6 |
| sympho | 13 (10.1%) | 2618 (24.1%) | 201.3 |
| lubomir_m | 31 (24.0%) | 1191 (10.9%) | 38.4 |
| vmartinet | 11 (8.5%) | 1139 (10.5%) | 103.5 |
| emcho | 30 (23.3%) | 830 (7.6%) | 27.6 |
| wernerd | 2 (1.6%) | 276 (2.5%) | 138.0 |
| vincent_lucas | 3 (2.3%) | 175 (1.6%) | 58.3 |
| yanas | 4 (3.1%) | 69 (0.6%) | 17.2 |
| s_vincent | 1 (0.8%) | 8 (0.1%) | 8.0 |
| ibauersachs | 1 (0.8%) | 1 (0.0%) | 1.0 |
Adds a break (wait for 1000 ms) to correct first test of
TestOperationSetMultiUserChat2.testInitialParticipantsRoles():
"Unexpected role for user1 excepted:<MODERATOR> but was:<GUEST>".
This test fails when the smack library takes too much time to call the
RoomListenerMultiplexor. When receiving a presence packet, the PacketReader
calls many listener:
- If the RoomListenerMultiplexor is on top of the Connection.recvListeners map,
then the test was successful.
- Otherwise the test was failing.
1 lines of code changed in:
Corrects tests concerning OperationSetPresence:
1) Synchronizes SubscriptionEventCollector to deal with concurrent read/write
access.
2) Creates a differentiation between the different events collected by the
SubscriptionEventCollector.
167 lines of code changed in:
Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().
7 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
14 lines of code changed in:
Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
1 lines of code changed in:
Some debug for failing jabber tests.
26 lines of code changed in:
Fixing random jabber test fails.
92 lines of code changed in:
Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
22 lines of code changed in:
Add javadoc, fix warnings and typos.
8 lines of code changed in:
Merge latest patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
Add presence rules, fix tests and some resources. Start work on populating already existing contacts.
1 lines of code changed in:
Fixing role behavior and role change reporting, as previous role info is missing when role change occurs.
8 lines of code changed in:
Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
Make tcp default for iptel account wizards.
31 lines of code changed in:
Implement Always trust mode for verifying certificates, and enable the mode for tests.
12 lines of code changed in:
Moved AuthHandler into dedicated class (code redundancy--).
Added AuthHandler for account subscription in MSN tests.
0 lines of code changed in:
- Avoid code redundancy by moving SecurityAuthorityImpl
to an unique class.
- Connect the third MSN testing account when needed.
1 lines of code changed in:
- Moved setUserRole() to setLocalUserRole()
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*
165 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).
960 lines of code changed in:
- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)
- Removed tabs (reported by Yana)
2 lines of code changed in:
Compare invitees bare adress in testInviteJoin & testInviteReject using StringUtils.parseBareAdress.
Both of these tests failed when trying to compare "foo@bar/sip-comm" with "foo@bar"
11 lines of code changed in:
Fixes warnings
2 lines of code changed in:
(56 more)