Damian Minkov
5898ddd57f
Fixes working with server-side readonly groups (shared groups in OF), handles 406 error while editing roster items.
12 years ago
Damian Minkov
7c0c594900
Temporally disables frequently failing multi user chat tests.
12 years ago
Damian Minkov
a128defd52
Tries to fix frequently failing xmpp multi chat tests.
12 years ago
Damian Minkov
294d1af473
Updates tests, the one created the room is owner.
12 years ago
hristoterezov
2689368bab
Removes unnecessary disco info sent before joinning the room.
12 years ago
Damian Minkov
39ac02a33d
Fixes tests, removes room listing from tests as it was disabled on server we test.
12 years ago
Lyubomir Marinov
b211c26d6c
Fixes warnings, removes trailing whitespace, adds @Override annotations.
13 years ago
Lyubomir Marinov
c85ca6ca0c
Works on preventing an issue with the display of remote video which could scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
13 years ago
Yana Stamcheva
ebc645908f
Separates dns package to service and impl. Creates a ParallelResolver interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
13 years ago
Yana Stamcheva
91b72c3202
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils and WindowsUtils from general GuiUtils.
13 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
13 years ago
Lyubomir Marinov
1ebd6e2896
Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)
14 years ago
Lyubomir Marinov
0b9b0b248c
Switches Jitsi trunk to libjitsi.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Damian Minkov
ab2053041f
Disable test.
14 years ago
Vincent Lucas
ba78226fe9
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.
14 years ago
Vincent Lucas
da552559c5
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.
14 years ago
Vincent Lucas
edf6e6203d
Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().
14 years ago
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
14 years ago
Emil Ivov
9feab56577
Changes project name in source license headers from SIP Communicator to Jitsi
14 years ago
Ingo Bauersachs
60385be26e
Ignore manual entered SIP proxy data when autodetect is selected
...
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
14 years ago
Damian Minkov
dc2b4805c0
Some debug for failing jabber tests.
15 years ago
Damian Minkov
ecb23fc042
Fixing random jabber test fails.
15 years ago
Werner Dittmann
f202265ca8
Remove import of non-existing package
15 years ago
Yana Stamcheva
5024715207
Fix tests.
15 years ago
Yana Stamcheva
24ed71d202
Moved the CertificateVerificationService to its own bundle.
...
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
15 years ago
Sebastien Vincent
bb0b2297c7
Add javadoc, fix warnings and typos.
15 years ago
Damian Minkov
923e76aed0
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.
15 years ago
Damian Minkov
fc36d2bc9d
Fixing role behavior and role change reporting, as previous role info is missing when role change occurs.
15 years ago
Damian Minkov
cc5e956a87
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.
16 years ago
Damian Minkov
b841366922
Implement Always trust mode for verifying certificates, and enable the mode for tests.
16 years ago
Valentin Martinet
4a9c6c769d
Moved AuthHandler into dedicated class (code redundancy--).
...
Added AuthHandler for account subscription in MSN tests.
16 years ago
Valentin Martinet
d303e5e0b1
- Avoid code redundancy by moving SecurityAuthorityImpl
...
to an unique class.
- Connect the third MSN testing account when needed.
16 years ago
Valentin Martinet
ee7a1a6a25
- Moved setUserRole() to setLocalUserRole()
...
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*
16 years ago
Valentin Martinet
24038c7b17
Added unit tests for MSN ad-hoc multi-user chat.
...
Added unit tests for Jabber roles in multi-user chat (but not enabled yet).
16 years ago
Valentin Martinet
d92b387243
- 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)
16 years ago
Valentin Martinet
6c62675ac2
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"
16 years ago
Lyubomir Marinov
b917bbc4bd
Fixes warnings
16 years ago
Lyubomir Marinov
dfb0c91c94
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.
16 years ago
Yana Stamcheva
80f7da8aaa
- Enables multiple line selection in the default contact list.
...
- Some minor code formatting and javadoc.
16 years ago
Lyubomir Marinov
f837057d33
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.
16 years ago
Werner Dittmann
63cdcff185
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.
16 years ago
Werner Dittmann
fc523c0794
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
16 years ago
Emil Ivov
3f7d9ddd26
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov
39f039f526
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov
4884f5a92b
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov
55812ee9d4
Disables a regularly failing test on xmpp room subjects until we have a proper implementation
17 years ago
Damian Minkov
2ee11ac204
Disable test by not adding it in test suite.
17 years ago
Damian Minkov
b6f370cbcf
Disable regulary failing test about changing nickname for jabber multichat.
17 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago